Просмотр исходного кода

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 лет назад
Родитель
Сommit
13506e7782
1 измененных файлов с 3 добавлено и 0 удалено
  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