-
Notifications
You must be signed in to change notification settings - Fork 42
Android release
Grgur Grisogono edited this page Sep 14, 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/
- Make sure you have
HOCKEY_API_TOKEN
env variable populated with your token. You can obtain it in HockeyApp console under your account settings. Your token needs upload capabilities cd android
fastlane hockeybeta