init
This commit is contained in:
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user