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

Commit

Permalink
Merge branch 'master' into another
Browse files Browse the repository at this point in the history
  • Loading branch information
purerosefallen committed Jul 18, 2018
2 parents 91ea13f + f7902a6 commit 3b52246
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Classes/ocgcore
Submodule ocgcore updated 7 files
+15 −13 card.cpp
+1 −0 card.h
+5 −3 field.cpp
+0 −1 interpreter.cpp
+1 −1 libcard.cpp
+13 −15 libduel.cpp
+0 −1 scriptlib.h
4 changes: 2 additions & 2 deletions mobile/src/main/java/cn/garymb/ygomobile/Constants.java
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.2";
int ORIGIN_VER_CODE = 32010532;
String ORIGIN_VER_NAME = "3.3.3";
int ORIGIN_VER_CODE = 33030710;

boolean DEBUG = BuildConfig.DEBUG;
String PREF_START = "game_pref_";
Expand Down

0 comments on commit 3b52246

Please sign in to comment.