This commit is contained in:
吉浩茹
2026-01-21 22:19:45 +08:00
parent e6f7e7f26e
commit 9377a9a58e
19 changed files with 131 additions and 33 deletions

View File

@ -1,7 +1,8 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
compileSdkVersion 33
buildToolsVersion "33.0.1"
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "com.sipai.js"
@ -12,7 +13,7 @@ android {
versionName "1.36"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
abiFilters "armeabi"
abiFilters "armeabi", 'armeabi-v7a', 'arm64-v8a'
}
}
buildTypes {
@ -66,7 +67,7 @@ dependencies {
implementation project(':superlibrary')
implementation 'com.github.f0ris.sweetalert:library:1.5.1'
// implementation 'org.litepal.guolindev:core:3.2.3'
implementation 'com.github.pinguo-zhouwei:CustomPopwindow:2.1.1'
implementation 'com.github.pinguo-zhouwei:custompopwindow:2.1.1'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.kyleduo.switchbutton:library:2.0.0'