summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-06-29 11:07:00 -0400
committerGitHub <noreply@github.com>2023-06-29 11:07:00 -0400
commit45be4c3214790b3250a04bc19cacd73363ff016a (patch)
tree3cc8dee6dcb2094b371ac3c732c0ad26d6dbc662 /src
parent5e70db0d433054e18ab7432cafd2a87d68573642 (diff)
parent13506e7782d2f8e5704d0369819bdae37c9b31af (diff)
Merge pull request #10955 from 8bitDream/gradle
android: Suppress a known incompatibility
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