Building module locally and making changes to it (this is optional and not intended for users).
gradle clean build
- Build Eclipse projects:
gradle eclipse
- Import them into Eclipse
- Update Android dependencies and run
gradle clean build -b android/build.gradle
- Close version in gradle.properties
- Run
gradle clean build javadoc
- Publish
- Open next SNAPSHOT version
- Update CHANGELOG.md with new release (for changelog generation use
git log --format=%s
) - Commit changes
- Push
- Upload documentation to website