summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2022-12-08 14:13:15 -0500
committerCharles Lombardo <clombardo169@gmail.com>2022-12-08 14:13:15 -0500
commitc440781ce7612c4e368e76638ab4a0cfb289bb34 (patch)
tree85d0526f48b75d1472ecdbe9f15a634f72582918 /Source/Android
parentabf08b586999910a7fad7cc2fd07dcbd266832a5 (diff)
Android: Upgrade dependencies
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/build.gradle8
-rw-r--r--Source/Android/gradle/wrapper/gradle-wrapper.properties4
2 files changed, 6 insertions, 6 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle
index 23f9e6e3d6..346c8cd966 100644
--- a/Source/Android/app/build.gradle
+++ b/Source/Android/app/build.gradle
@@ -97,14 +97,14 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
implementation 'androidx.appcompat:appcompat:1.5.1'
- implementation 'androidx.exifinterface:exifinterface:1.3.3'
+ implementation 'androidx.exifinterface:exifinterface:1.3.5'
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.2'
+ implementation 'androidx.fragment:fragment:1.5.4'
implementation 'androidx.slidingpanelayout:slidingpanelayout:1.2.0'
- implementation 'com.google.android.material:material:1.6.1'
+ implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.core:core-splashscreen:1.0.0'
implementation 'androidx.preference:preference:1.2.0'
@@ -119,7 +119,7 @@ dependencies {
implementation 'com.android.volley:volley:1.2.1'
// For loading game covers from disk and GameTDB
- implementation 'com.github.bumptech.glide:glide:4.13.1'
+ implementation 'com.github.bumptech.glide:glide:4.13.2'
implementation 'com.nononsenseapps:filepicker:4.2.1'
}
diff --git a/Source/Android/gradle/wrapper/gradle-wrapper.properties b/Source/Android/gradle/wrapper/gradle-wrapper.properties
index 8ea2e2b87c..f3207fb7ca 100644
--- a/Source/Android/gradle/wrapper/gradle-wrapper.properties
+++ b/Source/Android/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Sat May 28 22:34:03 PDT 2022
+#Thu Dec 08 14:08:30 EST 2022
distributionBase=GRADLE_USER_HOME
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME