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

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,5 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'img-optimizer'
apply from: "../package_config.gradle"
android {
compileSdkVersion rootProject.ext.android.compileSdkVersion