An open API service indexing awesome lists of open source software.

https://github.com/balasasidhar/jcenter

Android JCenter build code
https://github.com/balasasidhar/jcenter

Last synced: 7 months ago
JSON representation

Android JCenter build code

Awesome Lists containing this project

README

          

# JCenter
Android JCenter build code

1. config local.properties file with Bintray Account Details


bintray.user = xxxxx
bintray.apikey = **************

2. Run following command


gradle build & bintrayUpload (unix)
(or)
gradlew build & bintrayUpload (windows)