-
Notifications
You must be signed in to change notification settings - Fork 42
Android release
Grgur Grisogono edited this page Sep 6, 2018
·
2 revisions
- Navigate to
./android/signing
- Create a keystore
keytool -genkey -v -keystore beep.keystore -alias beep -keyalg RSA -keysize 2048 -validity 10000
- Create a file called
keystore.properties
storeFile=../signing/beep.keystore
storePassword=myKeyStorePasswordHere
keyAlias=beep
keyPassword=myKeyPasswordHere
- Navigate to
./android
- Execute
fastlane release
- Find the release apk in
app/build/outputs/apk/release/