Move config to buildSrc

This commit is contained in:
vvb2060
2021-09-08 00:45:15 +08:00
committed by John Wu
parent 9bf835e810
commit 810cf4dee8
8 changed files with 103 additions and 120 deletions

View File

@ -2,9 +2,10 @@ plugins {
id("com.android.library")
}
setupCommon()
android {
defaultConfig {
vectorDrawables.useSupportLibrary = true
consumerProguardFiles("proguard-rules.pro")
}
}