Gradle Scripts for uploading AAR/JARs on jCenter from Android Studio
Add your bintray credentials to local.properties file for authentication like below
bintray.user = [bintray_username]
bintray.apikey = [bintray_api_key]
for segregating these scripts for easier uploads.
Don't forget to star and fork.
Following the official notification, this repository is no longer recommended nor viable as a hosting option. So avoid using these gradle scripts in your projects unless absolutely mandatory.
This is archived now