Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 891 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 891 Bytes

hydro

simple hydration reminder app

logo

Google PlayStore

https://play.google.com/store/apps/details?id=at.florianschuster.hydro

how to create a release

local

  • Set up signing
    • put keystore.jks into app folder
    • add signingKeyAlias, signingKeyPassword, signingStorePassword to local.properties
  • Execute ./gradlew :app:assembleRelease

github

  • Set up signing by adding the following secrets to github:
    • KEYSTORE_ENCRYPTED: base64 encrypted keystore.jks file (base64 -i [Jks FilePath] -o [EncodeFilePath].txt)
    • KEYSTORE_KEY_ALIAS: key alias
    • KEYSTORE_KEY_PASSWORD: key password
    • KEYSTORE_STORE_PASSWORD: store password
  • Push a new commit with version tag (e.g. v2.0.0-b36) to develop branch

baseline profile

Generate a new profile with ./gradlew :app:generateReleaseBaselineProfile.