Commit 9da4cc34 authored by fallenstardust's avatar fallenstardust

默认开启拓展卡包

parent a1e3a3d5
...@@ -9,8 +9,8 @@ android { ...@@ -9,8 +9,8 @@ android {
minSdkVersion 21 minSdkVersion 21
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdkVersion 29 targetSdkVersion 29
versionCode 310090945 versionCode 311000946
versionName "3.10.9" versionName "3.11.0"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndk { ndk {
......
...@@ -125,7 +125,7 @@ public interface Constants { ...@@ -125,7 +125,7 @@ public interface Constants {
boolean DEF_PREF_ONLY_GAME = false; boolean DEF_PREF_ONLY_GAME = false;
String PREF_READ_EX = "pref_settings_read_ex"; String PREF_READ_EX = "pref_settings_read_ex";
boolean DEF_PREF_READ_EX = false; boolean DEF_PREF_READ_EX = true;
String PREF_KEEP_SCALE = "pref_settings_keep_scale"; String PREF_KEEP_SCALE = "pref_settings_keep_scale";
boolean DEF_PREF_KEEP_SCALE = false; boolean DEF_PREF_KEEP_SCALE = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment