fixed wrong post URL

This commit is contained in:
strawmanbobi
2023-06-26 10:04:03 +08:00
parent 7e45cd7e5d
commit ba8c3b4ee9
11 changed files with 24 additions and 20 deletions

View File

@@ -3,22 +3,20 @@ apply plugin: 'com.android.library'
android {
signingConfigs {
}
compileSdkVersion 28
compileSdkVersion 33
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "0.1.2"
targetSdkVersion 33
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
versionNameSuffix '0.1.2'
}
}
productFlavors {
}
namespace 'net.irext.webapi'
}
dependencies {