mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-07 21:10:46 +08:00
Bump pak version
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user