增强配置化打包程序,可有效防止手动打包配置错误

This commit is contained in:
2024-06-20 14:02:15 +08:00
parent 29badbf725
commit a154f480f6
17 changed files with 188 additions and 86 deletions

View File

@@ -1,12 +1,11 @@
apply plugin: 'com.android.library'
apply plugin: 'img-optimizer'
apply plugin: 'kotlin-android'
apply from: "../package_config.gradle"
android {
publishNonDefault true
compileSdkVersion rootProject.ext.android.compileSdkVersion
buildToolsVersion rootProject.ext.android.buildToolsVersion
defaultConfig {
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
@@ -211,11 +210,17 @@ dependencies {
//侧滑删除
api 'com.yanzhenjie.recyclerview:x:1.3.2'
//华为支付插件包
//api project(':lib_huawei')
huawei_onlineImplementation project(':lib_huawei')
huawei_testImplementation project(':lib_huawei')
//google插件包
api project(':lib_google')
samsung_onlineImplementation project(":lib_google")
samsung_testImplementation project(":lib_google")
google_onlineImplementation project(":lib_google")
google_testImplementation project(":lib_google")
link_onlineImplementation project(":lib_google")
link_testImplementation project(":lib_google")
//samsung插件包
api project(':IAP6Helper')