|
@@ -1,11 +1,11 @@
|
|
|
apply plugin: 'com.android.library'
|
|
|
|
|
|
android {
|
|
|
- compileSdkVersion 28
|
|
|
+ compileSdkVersion 34
|
|
|
|
|
|
defaultConfig {
|
|
|
minSdkVersion 21
|
|
|
- targetSdkVersion 28
|
|
|
+ targetSdkVersion 34
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
|
ndk {
|
|
|
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64', 'x86'
|
|
@@ -35,6 +35,7 @@ repositories {
|
|
|
|
|
|
dependencies {
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
+ implementation 'androidx.core:core:1.16.0'
|
|
|
// compileOnly "com.android.support:support-v4:28.0.0"
|
|
|
compileOnly 'com.alibaba:fastjson:1.2.83'
|
|
|
|