Skip to content

Commit 16f8c45

Browse files
authored
Updated gradle.properties file with upload key details (#43)
* Updated gradle.properties file with upload key details * Updated documentation
1 parent c70db97 commit 16f8c45

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3037
Flagitect is released under the [MIT License](http://opensource.org/licenses/MIT).

android/gradle.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
4444
hermesEnabled=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=

0 commit comments

Comments
 (0)