|
|
@ -8,8 +8,8 @@ android { |
|
|
|
minSdkVersion 21 |
|
|
|
targetSdkVersion 28 //建议此属性值设为21 io.dcloud.PandoraEntry 作为apk入口时 必须设置 targetSDKVersion>=21 沉浸式才生效 |
|
|
|
|
|
|
|
versionCode 114 |
|
|
|
versionName "1.1.4" |
|
|
|
versionCode 116 |
|
|
|
versionName "1.1.6" |
|
|
|
multiDexEnabled true |
|
|
|
ndk { |
|
|
|
// abiFilters 'x86','armeabi-v7a' |
|
|
@ -36,9 +36,9 @@ android { |
|
|
|
buildTypes { |
|
|
|
release { |
|
|
|
signingConfig signingConfigs.config |
|
|
|
zipAlignEnabled true |
|
|
|
minifyEnabled true |
|
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |
|
|
|
// zipAlignEnabled false |
|
|
|
// minifyEnabled false |
|
|
|
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |
|
|
|
} |
|
|
|
debug { |
|
|
|
signingConfig signingConfigs.config |
|
|
@ -97,7 +97,7 @@ dependencies { |
|
|
|
implementation 'androidx.appcompat:appcompat:1.1.0' |
|
|
|
|
|
|
|
//调试库leakcanary-debug模式下分析内存泄露 |
|
|
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12' |
|
|
|
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12' |
|
|
|
// 添加uni-app插件 |
|
|
|
implementation project(':uniplugin_component') |
|
|
|
implementation project(':uniplugin_module') |
|
|
|