build: Migrate build to DSL-ready (1/2)

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2026-01-13 19:11:37 +07:00
parent 02404806b8
commit 9fc31ea8ce
2 changed files with 4 additions and 4 deletions

View File

@@ -30,8 +30,8 @@ allprojects {
}
}
defaultConfig {
minSdk 26
targetSdk 36
minSdk = 26
targetSdk = 36
vectorDrawables.useSupportLibrary = true
}
lint {
@@ -283,7 +283,7 @@ android {
withQuickstep {
dimension "recents"
minSdk 26
minSdk = 26
}
github {

View File

@@ -13,6 +13,6 @@ org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
android.experimental.enableParallelR8=true
# Enable these together or else Gradle would panic and fail
# Lawnchair-TODO(Cleanup): Remove these flags once Protobuf Gradle Plugin support DSL
android.builtInKotlin=false
android.newDsl=false