diff options
| author | JosJuice <josjuice@gmail.com> | 2022-03-15 18:19:28 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2022-03-15 18:19:28 +0100 |
| commit | f9f561ced167f59dda95a0dbc23f2ea56ec9b1df (patch) | |
| tree | 4174b5ba4f6a8fa2b26bc370cddc57c574bfe1ce /Source/Android | |
| parent | f5b6cccd32312c5c521217a7bb42ce0cbee83d52 (diff) | |
Android: Update dependencies
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/build.gradle | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 4a3631101d..158cc3ad6c 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -91,15 +91,15 @@ android { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' - implementation 'androidx.appcompat:appcompat:1.4.0' + implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'androidx.exifinterface:exifinterface:1.3.3' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' - implementation 'androidx.constraintlayout:constraintlayout:2.1.2' - implementation 'androidx.lifecycle:lifecycle-viewmodel:2.4.0' - implementation 'androidx.fragment:fragment:1.4.0' - implementation 'androidx.slidingpanelayout:slidingpanelayout:1.2.0-rc01' - implementation 'com.google.android.material:material:1.4.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'androidx.lifecycle:lifecycle-viewmodel:2.4.1' + implementation 'androidx.fragment:fragment:1.4.1' + implementation 'androidx.slidingpanelayout:slidingpanelayout:1.2.0' + implementation 'com.google.android.material:material:1.5.0' // Android TV UI libraries. implementation 'androidx.leanback:leanback:1.0.0' |
