From 1119fe582106fa84c623f3af701c9e94380a12f7 Mon Sep 17 00:00:00 2001 From: Goooler Date: Sat, 24 Jan 2026 20:15:07 +0800 Subject: [PATCH] Disable android.newDsl --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 26123580b1..bd4a2b733e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,6 +12,3 @@ org.gradle.parallel=true org.gradle.configuration-cache=true org.gradle.configuration-cache.parallel=true android.experimental.enableParallelR8=true - -# Lawnchair-TODO(Cleanup): Remove these flags once Protobuf Gradle Plugin support DSL -android.newDsl=false