Implemented the Play Store readiness pass.

This commit is contained in:
2026-05-11 19:06:10 +03:30
parent 33fa8744e1
commit ad05e9da35
17 changed files with 312 additions and 46 deletions

9
local.properties.example Normal file
View File

@@ -0,0 +1,9 @@
## Copy these values into local.properties or export them as environment variables
## before building the signed Play upload bundle.
##
## Do not commit local.properties or the keystore file.
NGX_RELEASE_STORE_FILE=C:\\path\\to\\ngx-monitor-upload.jks
NGX_RELEASE_STORE_PASSWORD=replace-with-keystore-password
NGX_RELEASE_KEY_ALIAS=ngx-monitor-upload
NGX_RELEASE_KEY_PASSWORD=replace-with-key-password