diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-03-06 07:51:36 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 09:05:33 +0200 |
commit | 9191ae23ec429a690d487a1a749917cead53817a (patch) | |
tree | affcaecc0fc20edea54ad080a05bcbb1d343db9e | |
parent | android: Upgrade to AGP 7.4.2 (diff) | |
download | yuzu-9191ae23ec429a690d487a1a749917cead53817a.tar yuzu-9191ae23ec429a690d487a1a749917cead53817a.tar.gz yuzu-9191ae23ec429a690d487a1a749917cead53817a.tar.bz2 yuzu-9191ae23ec429a690d487a1a749917cead53817a.tar.lz yuzu-9191ae23ec429a690d487a1a749917cead53817a.tar.xz yuzu-9191ae23ec429a690d487a1a749917cead53817a.tar.zst yuzu-9191ae23ec429a690d487a1a749917cead53817a.zip |
-rw-r--r-- | src/android/app/build.gradle | 8 |
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 { } dependencies { - implementation 'androidx.appcompat:appcompat:1.5.1' - implementation 'androidx.exifinterface:exifinterface:1.3.4' + implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.exifinterface:exifinterface:1.3.6' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' - implementation 'androidx.fragment:fragment:1.5.3' + implementation 'androidx.fragment:fragment:1.5.5' implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0" implementation "androidx.documentfile:documentfile:1.0.1" - implementation 'com.google.android.material:material:1.6.1' + implementation 'com.google.android.material:material:1.8.0' // For loading huge screenshots from the disk. implementation 'com.squareup.picasso:picasso:2.71828' |