Skip to content

Commit 10a4fab

Browse files
nseldeibclaude
andauthored
chore(android): drop the stale compileSdk suppression (#9)
`android.suppressUnsupportedCompileSdk=35` and its comment were left over from AGP 8.3, which was only validated up to compileSdk 34. Both the premise and the value are now wrong: the project is on AGP 8.13.2 and compileSdk 36, so the property targets a version we no longer compile against, and AGP 8.13 supports 36 natively with no warning to suppress. It was inert rather than harmful, but it read as documentation of a constraint that no longer exists. Verified by building with it removed: `assembleDebug` succeeds with zero untested-SDK warnings. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent ed0a2b5 commit 10a4fab

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

android/gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
22
android.useAndroidX=true
33
kotlin.code.style=official
44
android.nonTransitiveRClass=true
5-
# AGP 8.3 was validated up to compileSdk 34; we compile against 35 (required by
6-
# Play). The build is otherwise unchanged, so silence the untested-SDK warning.
7-
android.suppressUnsupportedCompileSdk=35

0 commit comments

Comments
 (0)