summaryrefslogtreecommitdiff
path: root/src/android
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-03-06 01:36:08 -0500
committerGravatar bunnei2023-06-03 00:05:33 -0700
commit82dca7e5863e6bb70713f822c4d43451a7d42817 (patch)
treee26fc5bdba84850431fd63c67d7151ac30fefa05 /src/android
parentandroid: Replace lintOptions with lint (diff)
downloadyuzu-82dca7e5863e6bb70713f822c4d43451a7d42817.tar.gz
yuzu-82dca7e5863e6bb70713f822c4d43451a7d42817.tar.xz
yuzu-82dca7e5863e6bb70713f822c4d43451a7d42817.zip
android: Upgrade to AGP 7.4.2
Diffstat (limited to 'src/android')
-rw-r--r--src/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/build.gradle b/src/android/build.gradle
index 9d7571a4e..4734855d0 100644
--- a/src/android/build.gradle
+++ b/src/android/build.gradle
@@ -7,7 +7,7 @@ buildscript {
7 jcenter() 7 jcenter()
8 } 8 }
9 dependencies { 9 dependencies {
10 classpath 'com.android.tools.build:gradle:7.3.1' 10 classpath 'com.android.tools.build:gradle:7.4.2'
11 11
12 // NOTE: Do not place your application dependencies here; they belong 12 // NOTE: Do not place your application dependencies here; they belong
13 // in the individual module build.gradle files 13 // in the individual module build.gradle files