summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2021-01-16 06:54:45 -0500
committerGitHub <noreply@github.com>2021-01-16 06:54:45 -0500
commit1476c10a876163dd214f47fc0fa00cfb1ab80f27 (patch)
tree54f43d279bf2f4bcf3b77bf30fbc79f4e7164172 /Source/Android
parent7d73da717ccd5d966e878464fec21633ae313978 (diff)
parent5b98336e549160e717656a994cfb0c03fb3f9b24 (diff)
Merge pull request #9445 from Simonx22/update-dependencies
Android: Update dependencies to the latest version
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle
index 0e84467163..996082801f 100644
--- a/Source/Android/app/build.gradle
+++ b/Source/Android/app/build.gradle
@@ -79,15 +79,15 @@ android {
}
dependencies {
- coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.9'
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'
- implementation 'androidx.appcompat:appcompat:1.1.0'
- implementation 'androidx.exifinterface:exifinterface:1.1.0'
+ implementation 'androidx.appcompat:appcompat:1.2.0'
+ implementation 'androidx.exifinterface:exifinterface:1.3.2'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
- implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
+ implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.2.0'
- implementation 'com.google.android.material:material:1.1.0'
+ implementation 'com.google.android.material:material:1.2.1'
// Android TV UI libraries.
implementation 'androidx.leanback:leanback:1.0.0'