mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
build: Migrate build to DSL-ready (1/2)
Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user