Updated on 2026-08-14
This commit is contained in:
parent
894c5664b3
commit
3399ffbcd2
45 changed files with 101 additions and 70 deletions
|
|
@ -35,6 +35,8 @@ private fun AppExtension.configureDefaultConfig(project: Project) {
|
|||
AppConfig.versionName
|
||||
}
|
||||
|
||||
buildFeatures.buildConfig = true
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ private fun LibraryExtension.configureDefaultConfig() {
|
|||
vectorDrawables {
|
||||
useSupportLibrary = true
|
||||
}
|
||||
buildFeatures.buildConfig = true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue