Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 361 Bytes

README_pushing_to_maven.md

File metadata and controls

10 lines (9 loc) · 361 Bytes
  1. increase version in gradle.properties
  2. git push origin master
  3. ./gradlew clean build uploadArchives
  4. update app's build.gradle snapshot version
  5. update README.md's version
  6. update git tag, convention: git tag -a v1.0.11 -m "VERSION_CODE=12, VERSION_NAME=1.0.11-SNAPSHOT"
  7. git push --tags

reference: https://github.com/chrisbanes/gradle-mvn-push