Move several stuff into buildSrc

This commit is contained in:
topjohnwu
2024-11-09 20:07:53 -08:00
parent 377b6d0cc2
commit 024da05888
5 changed files with 40 additions and 48 deletions

View File

@@ -27,8 +27,6 @@ android {
buildTypes {
release {
isMinifyEnabled = true
isShrinkResources = false
proguardFiles("proguard-rules.pro")
}
}
@@ -38,7 +36,7 @@ android {
}
}
setupStub()
setupStubApk()
dependencies {
implementation(project(":app:shared"))