try to cut devmenu
This commit is contained in:
@@ -8,11 +8,14 @@ android {
|
||||
compileSdk = 34
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "com.ea.games.nfs13_na"
|
||||
applicationId = "com.ea.games.nfs13_mod"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
// Must match the OBB expansion file's version code
|
||||
// (/sdcard/Android/obb/com.ea.games.nfs13_mod/main.1003128.com.ea.games.nfs13_mod.obb)
|
||||
// for the game's OBB lookup (main.<versionCode>.<applicationId>.obb) to find it.
|
||||
versionCode = 1003128
|
||||
versionName = "1.3.128"
|
||||
|
||||
buildConfigField( "String", "DEV_MENU_VERSION", "\"0.1\"")
|
||||
buildConfigField( "String", "DEV_MENU_ID", "\"DevMenu\"")
|
||||
|
||||
Reference in New Issue
Block a user