Skip to content

Commit 767587d

Browse files
committed
Fix: Suppress compileSdk 35 warning for AGP 8.5.0
Update android.suppressUnsupportedCompileSdk to include SDK 35 as recommended by Android Gradle Plugin compatibility warnings.
1 parent 0acf5f3 commit 767587d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ org.gradle.logging.level=lifecycle
3838
# Keep console output clean
3939
org.gradle.console=plain
4040

41-
# Android SDK settings
42-
android.suppressUnsupportedCompileSdk=34
41+
# Android SDK settings - Suppress compileSdk 34 and 35 warnings for AGP 8.5.0
42+
android.suppressUnsupportedCompileSdk=34,35
4343

4444
# Build performance
4545
org.gradle.workers.max=8

0 commit comments

Comments
 (0)