summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-03-06 01:51:36 -0500
committerGravatar bunnei2023-06-03 00:05:33 -0700
commit9191ae23ec429a690d487a1a749917cead53817a (patch)
treeaffcaecc0fc20edea54ad080a05bcbb1d343db9e /src
parentandroid: Upgrade to AGP 7.4.2 (diff)
downloadyuzu-9191ae23ec429a690d487a1a749917cead53817a.tar.gz
yuzu-9191ae23ec429a690d487a1a749917cead53817a.tar.xz
yuzu-9191ae23ec429a690d487a1a749917cead53817a.zip
android: Upgrade dependencies
Diffstat (limited to 'src')
-rw-r--r--src/android/app/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle
index 945cd0189..06f238d5e 100644
--- a/src/android/app/build.gradle
+++ b/src/android/app/build.gradle
@@ -115,16 +115,16 @@ android {
115} 115}
116 116
117dependencies { 117dependencies {
118 implementation 'androidx.appcompat:appcompat:1.5.1' 118 implementation 'androidx.appcompat:appcompat:1.6.1'
119 implementation 'androidx.exifinterface:exifinterface:1.3.4' 119 implementation 'androidx.exifinterface:exifinterface:1.3.6'
120 implementation 'androidx.cardview:cardview:1.0.0' 120 implementation 'androidx.cardview:cardview:1.0.0'
121 implementation 'androidx.recyclerview:recyclerview:1.2.1' 121 implementation 'androidx.recyclerview:recyclerview:1.2.1'
122 implementation 'androidx.constraintlayout:constraintlayout:2.1.4' 122 implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
123 implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' 123 implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1'
124 implementation 'androidx.fragment:fragment:1.5.3' 124 implementation 'androidx.fragment:fragment:1.5.5'
125 implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0" 125 implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0"
126 implementation "androidx.documentfile:documentfile:1.0.1" 126 implementation "androidx.documentfile:documentfile:1.0.1"
127 implementation 'com.google.android.material:material:1.6.1' 127 implementation 'com.google.android.material:material:1.8.0'
128 128
129 // For loading huge screenshots from the disk. 129 // For loading huge screenshots from the disk.
130 implementation 'com.squareup.picasso:picasso:2.71828' 130 implementation 'com.squareup.picasso:picasso:2.71828'