mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 02:07:58 +00:00
prepare release: staking config, proguard fixes, icons and build cleanup
- Add subquery endpoints for staking-rewards, history, staking APIs - Add identityChain, stakingWiki, pushSupport to chain config - Remove versionNameSuffix/applicationIdSuffix from releaseMarket build - Fix privacy/terms URLs to use .html extension - Strengthen proguard rules for Retrofit, SR25519, Substrate SDK, WalletConnect, Google Drive, Navigation and crypto classes - Update launcher icons for debug and release variants
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ android {
|
||||
defaultConfig {
|
||||
|
||||
buildConfigField "String", "WEBSITE_URL", "\"https://pezkuwichain.io\""
|
||||
buildConfigField "String", "PRIVACY_URL", "\"https://pezkuwichain.io/privacy\""
|
||||
buildConfigField "String", "TERMS_URL", "\"https://pezkuwichain.io/terms\""
|
||||
buildConfigField "String", "PRIVACY_URL", "\"https://pezkuwichain.io/privacy.html\""
|
||||
buildConfigField "String", "TERMS_URL", "\"https://pezkuwichain.io/terms.html\""
|
||||
buildConfigField "String", "GITHUB_URL", "\"https://github.com/pezkuwichain\""
|
||||
buildConfigField "String", "TELEGRAM_URL", "\"https://t.me/pezkuwichain\""
|
||||
buildConfigField "String", "TWITTER_URL", "\"https://twitter.com/pezkuwichain\""
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 179 KiB |
Reference in New Issue
Block a user