summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-01-14 18:39:43 -0500
committerCharles Lombardo <clombardo169@gmail.com>2023-01-14 18:39:43 -0500
commit005d7574aa25cb1cd722b7407db59abc7bff68bb (patch)
tree7d2c6a300330f94194d4c227d67f4da3eba850d2 /Source/Android
parent45cdc7357a20b177017898d433d38c6a839fecc5 (diff)
Android: Update app module dependencies
Androidx Fragment 1.5.4 -> 1.5.5 Androidx AppCompat 1.5.1 -> 1.6.0 Androidx Profile Installer 1.2.1 -> 1.2.2 Core android library desugaring libraries 1.1.5 -> 2.0.0
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle
index e804ee6fbb..c581f94a7d 100644
--- a/Source/Android/app/build.gradle
+++ b/Source/Android/app/build.gradle
@@ -116,21 +116,21 @@ android {
}
dependencies {
- coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'
implementation 'androidx.core:core-ktx:1.9.0'
- implementation 'androidx.appcompat:appcompat:1.5.1'
+ implementation 'androidx.appcompat:appcompat:1.6.0'
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.4'
+ implementation 'androidx.fragment:fragment:1.5.5'
implementation 'androidx.slidingpanelayout:slidingpanelayout:1.2.0'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.core:core-splashscreen:1.0.0'
implementation 'androidx.preference:preference:1.2.0'
- implementation 'androidx.profileinstaller:profileinstaller:1.2.1'
+ implementation 'androidx.profileinstaller:profileinstaller:1.2.2'
// Force dependency version to solve build conflict with androidx preferences
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"