Skip to content
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
purerosefallen committed Jul 7, 2018
2 parents 185ffd5 + 10ada55 commit 61bcbd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mobile/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3 style="color:#ffffff">敬告</h3>
- https://github.com/edo9300/ygopro
</pre>
<ul>
<li style="color:#ffff00">3.3.0</li>
<li style="color:#ffff00">3.3.2</li>
</ul>
<pre>
Synced with YGOPro source code.
Expand Down
2 changes: 1 addition & 1 deletion mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mobile/src/main/java/cn/garymb/ygomobile/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -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_";
Expand Down

0 comments on commit 61bcbd5

Please sign in to comment.