Browse Source

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.
nce_cpp
Abandoned Cart 3 years ago
parent
commit
17d8ad19b9
  1. 3
      src/android/gradle.properties

3
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
Loading…
Cancel
Save