updated index api
This commit is contained in:
@@ -36,12 +36,11 @@ android {
|
||||
storePassword 'irext-android'
|
||||
}
|
||||
}
|
||||
compileSdkVersion 34
|
||||
buildToolsVersion "25.0.0"
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdkVersion 33
|
||||
targetSdkVersion 34
|
||||
versionCode 5
|
||||
minSdkVersion 26
|
||||
targetSdkVersion 36
|
||||
versionCode 7
|
||||
versionName '1.5.0'
|
||||
signingConfig signingConfigs.irext_key
|
||||
}
|
||||
@@ -63,7 +62,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation files('libs/gson-2.8.0.jar')
|
||||
implementation files('libs/okhttp-3.7.0.jar')
|
||||
implementation files('libs/okio-1.12.0.jar')
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
|
||||
implementation 'com.squareup.okio:okio:3.4.0'
|
||||
implementation 'com.google.code.gson:gson:2.13.2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user