diff options
| author | JosJuice <josjuice@gmail.com> | 2021-08-01 13:10:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-01 13:10:59 +0200 |
| commit | 56057c3deadf110de615fd551f95874cdfc1f3ff (patch) | |
| tree | 0f776dc29dd5d1de351003125dde4149eb01fa40 /Source/Android/app | |
| parent | dba1e1e9f7db3cac13a324b226385b0117323976 (diff) | |
| parent | 9a33fd3f7fb0e468394a44250fe1306bbb55d19b (diff) | |
Merge pull request #9961 from Simonx22/update-dependencies
Android: update dependencies
Diffstat (limited to 'Source/Android/app')
| -rw-r--r-- | Source/Android/app/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index daabe18298..369cc46e79 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -84,13 +84,13 @@ android { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.exifinterface:exifinterface:1.3.2' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.recyclerview:recyclerview:1.2.0' + implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.lifecycle:lifecycle-viewmodel:2.3.1' - implementation 'com.google.android.material:material:1.3.0' + implementation 'com.google.android.material:material:1.4.0' // Android TV UI libraries. implementation 'androidx.leanback:leanback:1.0.0' |
