We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acf5f3 commit 767587dCopy full SHA for 767587d
1 file changed
gradle.properties
@@ -38,8 +38,8 @@ org.gradle.logging.level=lifecycle
38
# Keep console output clean
39
org.gradle.console=plain
40
41
-# Android SDK settings
42
-android.suppressUnsupportedCompileSdk=34
+# Android SDK settings - Suppress compileSdk 34 and 35 warnings for AGP 8.5.0
+android.suppressUnsupportedCompileSdk=34,35
43
44
# Build performance
45
org.gradle.workers.max=8
0 commit comments