Adeel Ahmad
Adeel Ahmad

Reputation: 1000

How to publish Android Library on Android Arsenal?

i've made a small library for android :

https://github.com/linkindrew/easyFTP

Also uploaded on Bintray, waiting for publish and JCenter approval.How can i make it available to "Free" stuff section on Android Arsenal ?

Here : https://android-arsenal.com/free

Upvotes: 25

Views: 5210

Answers (2)

Stan Bright
Stan Bright

Reputation: 1375

You can also consider adding your libs to the new "Awesome Android" list. It's the new kind on the block https://android.libhunt.com/contribute

Upvotes: 9

CodeChimp
CodeChimp

Reputation: 4835

There's no automated submission process like maven/jcenter. Just use the Contact option and submit details of your library.

I'd also recommend submitting to Android Weekly which features new libraries. Just submit your repo link at the bottom of the page here

I've submitted libraries to both via these methods and they do get picked up.

Upvotes: 37

Related Questions