/android

Android Syncloud App

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

Build Status

Publish to Google Play

  1. Have keystore.properties pointing at the key
  2. gradle clean assemble (or Gradle tab -> All tasks -> :syncloud -> assemble inside Visual Android Studio)
  3. Apk: syncloud/build/outputs/apk/
  4. Use syncloud-[beta|prod]-release.apk
  5. Go to: Google Play Console: Syncloud
  6. Select flavor and upload new apk using their UI

Google Play key

Was generated using the following and is being kept in secret place! :)

keytool -genkey -v -keystore syncloud.keystore -alias syncloud\
-keyalg RSA -keysize 2048 -validity 10000

keystore.properties:

storePassword=
keyPassword=
keyAlias=syncloud
storeFile=/path/to/syncloud.keystore