feat: 增加自动打包脚本,一键打包成品模块
This commit is contained in:
@@ -6,6 +6,12 @@ android {
|
||||
namespace 'com.jiqiu.configapp'
|
||||
compileSdk 34
|
||||
|
||||
packagingOptions {
|
||||
jniLibs {
|
||||
useLegacyPackaging = true
|
||||
}
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.jiqiu.configapp"
|
||||
minSdk 24
|
||||
@@ -23,8 +29,9 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_11
|
||||
targetCompatibility JavaVersion.VERSION_11
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
coreLibraryDesugaringEnabled false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user