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
- Host: GitHub
- URL: https://github.com/balasasidhar/jcenter
- Owner: balasasidhar
- License: mit
- Created: 2015-12-07T05:23:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T16:08:11.000Z (over 9 years ago)
- Last Synced: 2025-01-25T21:27:44.733Z (9 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JCenter
Android JCenter build code1. 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)