Рабочий первый рабочий коммит

This commit is contained in:
2025-03-31 21:19:55 +03:00
parent 4b7a924752
commit 3b16cf38db
162 changed files with 660 additions and 14087 deletions
+7 -2
View File
@@ -11,11 +11,15 @@ android {
applicationId = "com.ea.games.nfs13_mod"
minSdk = 27
targetSdk = 35
versionCode = 1
versionName = "1.0"
versionCode = 1003128
versionName = "1.3.128"
ndk.abiFilters.add("armeabi-v7a")
ndk.abiFilters.add("x86")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
ndkVersion = "21.0.6113669"
buildTypes {
release {
@@ -46,5 +50,6 @@ dependencies {
implementation("com.parse.bolts:bolts-tasks:1.4.0")
implementation("org.apache.httpcomponents:httpclient-android:4.3.5.1")
implementation("com.google.code.gson:gson:2.7")
//implementation("com.android.support:support-v4:28.0.0")
}