upgrade android api gradle build version
This commit is contained in:
@@ -6,7 +6,7 @@ buildscript {
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.2'
|
||||
classpath 'com.android.tools.build:gradle:8.2.0'
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
}
|
||||
@@ -26,11 +26,11 @@ android {
|
||||
storePassword 'irext-android'
|
||||
}
|
||||
}
|
||||
compileSdkVersion 25
|
||||
compileSdkVersion 35
|
||||
buildToolsVersion "25.0.0"
|
||||
defaultConfig {
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 25
|
||||
targetSdkVersion 35
|
||||
versionCode 5
|
||||
versionName '0.2.2'
|
||||
signingConfig signingConfigs.irext_key
|
||||
@@ -53,7 +53,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile files('libs/gson-2.8.0.jar')
|
||||
compile files('libs/okhttp-3.7.0.jar')
|
||||
compile files('libs/okio-1.12.0.jar')
|
||||
implementation files('libs/gson-2.8.0.jar')
|
||||
implementation files('libs/okhttp-3.7.0.jar')
|
||||
implementation files('libs/okio-1.12.0.jar')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user