Update pak version. Update engine submodule
This commit is contained in:
parent
f415ac379d
commit
63026564c2
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit b8b880ed807e31d5400ad08a5f3333df1ea205aa
|
||||
Subproject commit aa91f3d2965d61c1cb13be400c7354393c31968a
|
|
@ -17,7 +17,7 @@ public class InstallReceiver extends BroadcastReceiver {
|
|||
extractPAK(context, true);
|
||||
}
|
||||
public static SharedPreferences mPref = null;
|
||||
private static final int PAK_VERSION = 6;
|
||||
private static final int PAK_VERSION = 7;
|
||||
public static synchronized void extractPAK(Context context, Boolean force) {
|
||||
InputStream is = null;
|
||||
FileOutputStream os = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue