-
Update the
VERSION_NAME
ingradle.properties
to the AOSP tag version. -
Update the
CHANGELOG.md
. -
Update the
README.md
so the "Download" section reflects the new release version. -
Commit
$ git commit -am "Prepare version X.Y.X"
-
Publish
$ ./gradlew clean publish
-
Tag
$ git tag -am "Version X.Y.Z" X.Y.Z
-
Update the
VERSION_NAME
ingradle.properties
to "HEAD-SNAPSHOT" version. -
Commit
$ git commit -am "Prepare next development version"
-
Push!
$ git push && git push --tags