File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ Flagitect allows you to design flags with ease.
2525- [ Flagitect on Google Play] ( https://play.google.com/store/apps/details?id=com.flagitect )
2626- [ Flagitect Subreddit] ( https://www.reddit.com/r/Flagitect )
2727
28+ ## Setup for Prod
29+
30+ - Clone repo.
31+ - Copy upload keystore from Google Drive and paste it inside ` android/app `
32+ - Update ` android/gradle.properties ` with keystore password from Google Drive.
33+ - Run ` ./gradlew assembleRelease ` inside the ` android ` folder to get the ` .aab ` file, and upload it to Google Play!
34+
2835## License
2936
3037Flagitect is released under the [ MIT License] ( http://opensource.org/licenses/MIT ) .
Original file line number Diff line number Diff line change @@ -42,3 +42,9 @@ newArchEnabled=false
4242# Use this property to enable or disable the Hermes JS engine.
4343# If set to false, you will be using JSC instead.
4444hermesEnabled =true
45+
46+ # Upload key
47+ MYAPP_UPLOAD_STORE_FILE =my-upload-key.keystore
48+ MYAPP_UPLOAD_KEY_ALIAS =upload-key
49+ MYAPP_UPLOAD_STORE_PASSWORD =
50+ MYAPP_UPLOAD_KEY_PASSWORD =
You can’t perform that action at this time.
0 commit comments