diff --git a/mobile/assets/changelog.html b/mobile/assets/changelog.html index c56abff4..cdf4b7a8 100644 --- a/mobile/assets/changelog.html +++ b/mobile/assets/changelog.html @@ -28,7 +28,7 @@
Synced with YGOPro source code. diff --git a/mobile/build.gradle b/mobile/build.gradle index 118d2cc7..b50a0164 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -8,7 +8,7 @@ android { applicationId "cn.garymb.ygomobile.koishi" minSdkVersion 16 targetSdkVersion 22 - versionCode 32010530 + versionCode 32010532 versionName "Koishi" flavorDimensions "versionCode" vectorDrawables.useSupportLibrary = true diff --git a/mobile/src/main/java/cn/garymb/ygomobile/Constants.java b/mobile/src/main/java/cn/garymb/ygomobile/Constants.java index 419e6629..1d3e3e27 100644 --- a/mobile/src/main/java/cn/garymb/ygomobile/Constants.java +++ b/mobile/src/main/java/cn/garymb/ygomobile/Constants.java @@ -7,8 +7,8 @@ public interface Constants { //support mycard - will pass to mycard String ORIGIN_APP_ID = "cn.garymb.ygomobile"; - String ORIGIN_VER_NAME = "3.3.0"; - int ORIGIN_VER_CODE = 32010530; + String ORIGIN_VER_NAME = "3.3.2"; + int ORIGIN_VER_CODE = 32010532; boolean DEBUG = BuildConfig.DEBUG; String PREF_START = "game_pref_";