summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-10-11 22:11:53 -0400
committerGravatar Charles Lombardo2023-10-12 18:59:57 -0400
commit8b64878258106293057380d829de52e29065b212 (patch)
tree55886ae00e0c010d0381a9f42e34f17daae5c010 /src
parentMerge pull request #11746 from liamwhite/relr (diff)
downloadyuzu-8b64878258106293057380d829de52e29065b212.tar.gz
yuzu-8b64878258106293057380d829de52e29065b212.tar.xz
yuzu-8b64878258106293057380d829de52e29065b212.zip
android: Update AGP to 8.1.2
Diffstat (limited to 'src')
-rw-r--r--src/android/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/build.gradle.kts b/src/android/build.gradle.kts
index 80f370c16..51e559321 100644
--- a/src/android/build.gradle.kts
+++ b/src/android/build.gradle.kts
@@ -3,8 +3,8 @@
3 3
4// Top-level build file where you can add configuration options common to all sub-projects/modules. 4// Top-level build file where you can add configuration options common to all sub-projects/modules.
5plugins { 5plugins {
6 id("com.android.application") version "8.0.2" apply false 6 id("com.android.application") version "8.1.2" apply false
7 id("com.android.library") version "8.0.2" apply false 7 id("com.android.library") version "8.1.2" apply false
8 id("org.jetbrains.kotlin.android") version "1.8.21" apply false 8 id("org.jetbrains.kotlin.android") version "1.8.21" apply false
9} 9}
10 10