更新手续费查看按钮

修改转账dialog
This commit is contained in:
guozhen
2024-11-28 14:46:39 +08:00
committed by xuhuixiang
parent e3b1722ae5
commit 25ccd2f560
7 changed files with 21 additions and 8 deletions

View File

@@ -23,6 +23,7 @@ android {
// storePassword = "123456"
// keyAlias = "key0"
// keyPassword = "123456"
// }
create("release") {
storeFile = file("..\\dsjk_keystore.jks")
@@ -84,8 +85,8 @@ android {
"\"AIzaSyB7P1o1EIA02eWoNP_7QJ9XwWe3WkSZb9k\""
)
//正式服
manifestPlaceholders["IMAPPKEY"] = "c38c8bbebf7d12992d2a361bfceb6c6f" //正式
// manifestPlaceholders["IMAPPKEY"] = "4cb6b0998f9e7af9d7673963e429959a"
// manifestPlaceholders["IMAPPKEY"] = "c38c8bbebf7d12992d2a361bfceb6c6f" //正式
manifestPlaceholders["IMAPPKEY"] = "4cb6b0998f9e7af9d7673963e429959a"
}