Update pak version. Update engine submodule

This commit is contained in:
Alibek Omarov 2018-07-14 01:24:05 +03:00
parent f415ac379d
commit 63026564c2
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit b8b880ed807e31d5400ad08a5f3333df1ea205aa Subproject commit aa91f3d2965d61c1cb13be400c7354393c31968a

View file

@ -17,7 +17,7 @@ public class InstallReceiver extends BroadcastReceiver {
extractPAK(context, true); extractPAK(context, true);
} }
public static SharedPreferences mPref = null; 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) { public static synchronized void extractPAK(Context context, Boolean force) {
InputStream is = null; InputStream is = null;
FileOutputStream os = null; FileOutputStream os = null;