mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 19:43:12 +00:00
Move several stuff into buildSrc
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user