Рабочий первый рабочий коммит
This commit is contained in:
@@ -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")
|
||||
}
|
||||
Reference in New Issue
Block a user