diff --git a/build.gradle b/build.gradle index 20b483bc76..c4461cd83c 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/gradle.properties b/gradle.properties index b5ede26e23..999b8c18f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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