Bump pak version

This commit is contained in:
mittorn 2016-09-10 20:45:34 +00:00
parent 8de7adae11
commit 7bdc2664d4

View file

@ -17,7 +17,7 @@ public class InstallReceiver extends BroadcastReceiver {
extractPAK(context, true);
}
public static SharedPreferences mPref = null;
private static final int PAK_VERSION = 5;
private static final int PAK_VERSION = 6;
public static synchronized void extractPAK(Context context, Boolean force) {
InputStream is = null;
FileOutputStream os = null;