Skip to content

Commit 3da08d5

Browse files
committed
android: release bitshares v6.0
1 parent eddc22d commit 3da08d5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

android/app/build.gradle

+4-6
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "org.bitshares.app"
1111
minSdkVersion 21
1212
targetSdkVersion 28
13-
versionCode 202003311
14-
versionName "5.0"
13+
versionCode 202006091
14+
versionName "6.0"
1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616
externalNativeBuild {
1717
cmake {
@@ -23,8 +23,6 @@ android {
2323
// 默认值
2424
buildConfigField "boolean", "kAppModuleEnableTabMarket", "true"
2525
buildConfigField "boolean", "kAppModuleEnableTabDebt", "true"
26-
buildConfigField "boolean", "kAppModuleEnableRank", "true"
27-
buildConfigField "boolean", "kAppModuleEnableFeedPrice", "true"
2826
buildConfigField "boolean", "kAppModuleEnableOTC", "true"
2927
buildConfigField "boolean", "kAppModuleEnableGateway", "true"
3028
buildConfigField "boolean", "kAppCheckUpdate", "true"
@@ -41,6 +39,8 @@ android {
4139
buildConfigField "int", "kAppChannelID", "10"
4240
buildConfigField "boolean", "kUseCommunityFaucet", "false"
4341
buildConfigField "String", "kAppConfigFile", "\"fowallet_config_btspp.json\""
42+
// TODO: test net
43+
// buildConfigField "String", "kAppConfigFile", "\"fowallet_config_testnet.json\""
4444
// TODO:2.9 test otc
4545
// buildConfigField "String", "kAppConfigFile", "\"fowallet_config_otctest.json\""
4646
// buildConfigField "boolean", "kAppModuleEnableTabDebt", "false"
@@ -59,8 +59,6 @@ android {
5959

6060
buildConfigField "boolean", "kAppModuleEnableTabMarket", "false"
6161
buildConfigField "boolean", "kAppModuleEnableTabDebt", "false"
62-
buildConfigField "boolean", "kAppModuleEnableRank", "false"
63-
buildConfigField "boolean", "kAppModuleEnableFeedPrice", "false"
6462
buildConfigField "boolean", "kAppModuleEnableGateway", "false"
6563
buildConfigField "boolean", "kAppCheckUpdate", "false"
6664

0 commit comments

Comments
 (0)