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

@@ -6,8 +6,6 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
buildTypes {
release {
@@ -15,6 +13,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
namespace 'net.irext.sdk'
}
dependencies {