updated index api
This commit is contained in:
@@ -36,12 +36,11 @@ android {
|
|||||||
storePassword 'irext-android'
|
storePassword 'irext-android'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
compileSdkVersion 34
|
compileSdk 36
|
||||||
buildToolsVersion "25.0.0"
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 33
|
minSdkVersion 26
|
||||||
targetSdkVersion 34
|
targetSdkVersion 36
|
||||||
versionCode 5
|
versionCode 7
|
||||||
versionName '1.5.0'
|
versionName '1.5.0'
|
||||||
signingConfig signingConfigs.irext_key
|
signingConfig signingConfigs.irext_key
|
||||||
}
|
}
|
||||||
@@ -63,7 +62,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation files('libs/gson-2.8.0.jar')
|
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
|
||||||
implementation files('libs/okhttp-3.7.0.jar')
|
implementation 'com.squareup.okio:okio:3.4.0'
|
||||||
implementation files('libs/okio-1.12.0.jar')
|
implementation 'com.google.code.gson:gson:2.13.2'
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,4 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="net.irext.webapi">
|
||||||
|
|
||||||
package="net.irext.webapi">
|
|
||||||
|
|
||||||
<application android:allowBackup="true" android:supportsRtl="true">
|
<application android:allowBackup="true" android:supportsRtl="true">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user