Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 1.06 KB

RELEASE_PROCEDURE.md

File metadata and controls

24 lines (23 loc) · 1.06 KB

Release procedure

Library

  1. Increment libraryVersion in material-sheet-fab/build.gradle and gradle snippet in README.md.
  2. Update changelog.
  3. Fill in bintray credentials in local.properties
  4. From terminal in Android Studio:
    1. gradlew install
    2. gradlew bintrayUpload
  5. Remove credentials from local.properties
  6. Verify that new version was uploaded to Bintray.
  7. Sync to Maven:
    1. Go to Bintray.
    2. Enter Sonatype credentials.
    3. Click Sync.
  8. Commit release changes. Tag release commit.

Sample app

  1. Increment version number and version code in sample/build.gradle.
  2. Build signed APKs using Android Studio Build > Generate Signed APK....
  3. Test APKs when upgrading and installing for the first time.
  4. Upload APKs to Google Play.
  5. Update Google Play what is new and app description (if needed).
  6. Take new screen shots and upload to Google Play (if needed).
  7. Commit release changes and APK.