diff --git a/android/gradle.properties b/android/gradle.properties index 91a9345..f0a2e55 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,6 +2,3 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 android.useAndroidX=true kotlin.code.style=official android.nonTransitiveRClass=true -# AGP 8.3 was validated up to compileSdk 34; we compile against 35 (required by -# Play). The build is otherwise unchanged, so silence the untested-SDK warning. -android.suppressUnsupportedCompileSdk=35