Анкета здоровья
This commit is contained in:
@ -9,14 +9,13 @@ android {
|
||||
storePassword 'locustg@h0km'
|
||||
}
|
||||
}
|
||||
compileSdkVersion 33
|
||||
|
||||
defaultConfig {
|
||||
applicationId "kz.istt.locust"
|
||||
minSdkVersion 15
|
||||
versionCode 100
|
||||
versionName "2.4.4"
|
||||
targetSdkVersion 33
|
||||
versionCode 99
|
||||
versionName "2.4.3"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
@ -34,13 +33,13 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
buildToolsVersion '30.0.3'
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
namespace 'kz.istt.locust'
|
||||
compileSdk 33
|
||||
buildToolsVersion '34.0.0'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -57,23 +56,4 @@ dependencies {
|
||||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
||||
/*
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'com.android.support:appcompat-v7:28.0.0'
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
|
||||
implementation 'com.google.android.gms:play-services-maps:17.0.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.0.2'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
||||
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
||||
*/
|
||||
|
||||
/*compile files('libs/commons-codec-1.6.jar')
|
||||
compile files('libs/commons-logging-1.1.1.jar')
|
||||
|
||||
compile files('libs/fluent-hc-4.5.2.jar')
|
||||
compile files('libs/httpclient-4.5.2.jar')
|
||||
compile files('libs/httpclient-cache-4.5.2.jar')
|
||||
compile files('libs/httpcore-4.4.4.jar')
|
||||
compile files('libs/httpmime-4.5.2.jar')*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user