Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 673 Bytes

DEVELOPMENT.md

File metadata and controls

31 lines (24 loc) · 673 Bytes

Build

Building module locally and making changes to it (this is optional and not intended for users).

With Eclipse

  • Build eclipse projects:
gradle eclipse
  • Import them into Eclipse

Release steps

  • Checkout android branch:
    • git rebase main
    • run gradle clean build
  • Checkout main branch
  • 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
  • Checkout android branch:
    • git rebase main
    • publish to local Maven repo