Przeglądaj źródła

android: Suppress a known incompatibility

Android Gradle plugin 8.0.2 is designed for API 33, but a newer plugin hasn't been released yet. The warning message is rather extravagant, but also suggests adding this property if you are aware of the risks.
Abandoned Cart 3 lat temu
rodzic
commit
13506e7782
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      src/android/gradle.properties

+ 3 - 0
src/android/gradle.properties

@@ -15,3 +15,6 @@ android.useAndroidX=true
 kotlin.code.style=official
 kotlin.parallel.tasks.in.project=true
 android.defaults.buildfeatures.buildconfig=true
+
+# Android Gradle plugin 8.0.2
+android.suppressUnsupportedCompileSdk=34