1- <<<<<< < HEAD
21apply plugin : ' com.android.application'
32android {
43 compileSdkVersion 30
54 defaultConfig {
65 applicationId " com.androlua"
7- minSdkVersion 18
8- targetSdkVersion 30
6+ minSdkVersion 19
7+ // noinspection ExpiredTargetSdkVersion
8+ targetSdkVersion 25
9+ multiDexEnabled false
910 ndk {
1011 ldLibs " log"
1112 android. ndkVersion " 22.1.7171670"
1213 abiFilters ' arm64-v8a'
1314 }
1415 }
1516 packagingOptions {
16- exclude ' META-INF/proguard/androidx-annotations.pro'
1717 exclude ' META-INF/NOTICE'
1818 exclude ' META-INF/LICENSE'
1919 exclude ' META-INF/LICENSE.txt'
@@ -23,17 +23,18 @@ android {
2323 release {
2424 minifyEnabled false
2525 debuggable false
26- multiDexEnabled true
26+ multiDexEnabled false
2727 }
2828 debug {
29+ minifyEnabled false
2930 debuggable true
3031 jniDebuggable true
3132 }
3233
3334 }
3435 externalNativeBuild {
3536 ndkBuild {
36- path ' src/main/jni/android .mk'
37+ path ' src/main/jni/Android .mk'
3738 }
3839 }
3940 productFlavors {
@@ -48,55 +49,9 @@ android {
4849dependencies {
4950 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
5051 implementation ' androidx.annotation:annotation:1.4.0'
51- ====== =
52- apply plugin : ' com.android.application'
53- android {
54- compileSdkVersion 30
55- defaultConfig {
56- applicationId " com.androlua"
57- minSdkVersion 18
58- targetSdkVersion 30
59- ndk {
60- ldLibs " log"
61- android. ndkVersion " 22.1.7171670"
62- abiFilters ' arm64-v8a'
63- }
64- }
65- packagingOptions {
66- exclude ' META-INF/proguard/androidx-annotations.pro'
67- exclude ' META-INF/NOTICE'
68- exclude ' META-INF/LICENSE'
69- exclude ' META-INF/LICENSE.txt'
70- exclude ' META-INF/NOTICE.txt'
71- }
72- buildTypes {
73- release {
74- minifyEnabled false
75- debuggable false
76- multiDexEnabled true
77- }
78- debug {
79- debuggable true
80- jniDebuggable true
81- }
82-
83- }
84- externalNativeBuild {
85- ndkBuild {
86- path ' src/main/jni/android.mk'
87- }
88- }
89- productFlavors {
90- }
91- compileOptions {
92- targetCompatibility JavaVersion . VERSION_11
93- sourceCompatibility JavaVersion . VERSION_11
94- }
95- ndkVersion ' 25.0.8775105'
96- }
97-
98- dependencies {
99- implementation fileTree(dir : ' libs' , include : [' *.jar' ])
100- implementation ' androidx.annotation:annotation:1.4.0'
101- >>>>>>> d5ebc43 (Lua 5.5.0 )
52+ implementation ' androidx.core:core:1.6.0'
53+ implementation ' androidx.vectordrawable:vectordrawable:1.1.0'
54+ implementation ' cn.wanghaomiao:JsoupXpath:2.5.1'
55+ implementation ' org.apache.commons:commons-compress:1.21'
56+ implementation ' commons-io:commons-io:2.5'
10257}
0 commit comments