summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAbandoned Cart <twistedumbrella@gmail.com>2023-06-29 07:19:44 -0400
committerAbandoned Cart <twistedumbrella@gmail.com>2023-06-29 07:32:12 -0400
commit13506e7782d2f8e5704d0369819bdae37c9b31af (patch)
tree14615376a1e326b10400a2c14fbff50a96f0e1c6 /src
parent217e958a95eb1acbe2e2d8afe23820316dfb86ab (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/android/gradle.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/android/gradle.properties b/src/android/gradle.properties
index e2f278f33..4fca1b576 100644
--- a/src/android/gradle.properties
+++ b/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