updated index api

This commit is contained in:
strawmanbobi
2025-10-19 21:02:21 +08:00
parent c635bb2791
commit 1c847ae1fb
5 changed files with 8 additions and 11 deletions

View File

@@ -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'
}