Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11332 from t895/upgrade-dependencies
Android: Upgrade dependencies
  • Loading branch information
JosJuice committed Dec 9, 2022
2 parents d250e69 + c440781 commit 61c10a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Source/Android/app/build.gradle
Expand Up @@ -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'

Expand All @@ -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'
}
Expand Down
4 changes: 2 additions & 2 deletions 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

0 comments on commit 61c10a5

Please sign in to comment.