diff options
| author | 2023-06-29 11:07:00 -0400 | |
|---|---|---|
| committer | 2023-06-29 11:07:00 -0400 | |
| commit | 45be4c3214790b3250a04bc19cacd73363ff016a (patch) | |
| tree | 3cc8dee6dcb2094b371ac3c732c0ad26d6dbc662 /src | |
| parent | Merge pull request #10935 from Morph1984/mwaitx (diff) | |
| parent | android: Suppress a known incompatibility (diff) | |
| download | yuzu-45be4c3214790b3250a04bc19cacd73363ff016a.tar.gz yuzu-45be4c3214790b3250a04bc19cacd73363ff016a.tar.xz yuzu-45be4c3214790b3250a04bc19cacd73363ff016a.zip | |
Merge pull request #10955 from 8bitDream/gradle
android: Suppress a known incompatibility
Diffstat (limited to '')
| -rw-r--r-- | src/android/gradle.properties | 3 |
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 | |||
| 15 | kotlin.code.style=official | 15 | kotlin.code.style=official |
| 16 | kotlin.parallel.tasks.in.project=true | 16 | kotlin.parallel.tasks.in.project=true |
| 17 | android.defaults.buildfeatures.buildconfig=true | 17 | android.defaults.buildfeatures.buildconfig=true |
| 18 | |||
| 19 | # Android Gradle plugin 8.0.2 | ||
| 20 | android.suppressUnsupportedCompileSdk=34 | ||