try to cut devmenu

This commit is contained in:
2026-07-31 14:19:44 +03:00
parent 947ba44245
commit feb32247ed
3 changed files with 160 additions and 4 deletions
+6 -3
View File
@@ -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\"")