mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 03:18:02 +00:00
Prepare for Play Store release: simplify dashboard, clean debug logs
- Simplify dashboard card: remove referral/staking/perwerde fields (not yet on-chain), keep roles + trust score + action button - Remove all debug Log.d/e/w calls added during development (PEZ_STAKE, RuntimeFactory, ExtrinsicBuilder, etc.) - Change Play Store track from beta to production - Add release notes (whatsnew-en-US)
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ void createBindReleaseFileTask(String destination) {
|
||||
|
||||
play {
|
||||
serviceAccountCredentials = file(System.env.CI_PLAY_KEY ?: "../key/fake.json")
|
||||
track = "beta"
|
||||
track = "production"
|
||||
releaseStatus = "completed"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user