Skip to content

Commit e4cb542

Browse files
Dario Elyasybeyondeye
Dario Elyasy
authored andcommitted
updated libs: supportAppCompat -> 1.6.1
archLifecycle -> 2.6.1
1 parent a5e0b71 commit e4cb542

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

buildsystem/dependencies.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ext.libraries = [
4747
// UI libs. see https://developer.android.com/jetpack/androidx/migrate for migrating to androidx
4848
//https://developer.android.com/jetpack/androidx/versions
4949
supportCompat : "androidx.core:core:1.6.0",
50-
supportAppCompat : "androidx.appcompat:appcompat:1.3.1",
50+
supportAppCompat : "androidx.appcompat:appcompat:1.6.1",
5151
supportCardView : "androidx.cardview:cardview:1.0.0",
5252
supportPalette : "androidx.palette:palette:1.0.0",
5353
supportGridLayout : "androidx.gridlayout:gridlayout:1.0.0",
@@ -63,13 +63,13 @@ ext.libraries = [
6363
//https://github.com/material-components/material-components-android/releases
6464
supportMaterial : "com.google.android.material:material:1.4.0",
6565
//lifecycle: see https://developer.android.com/jetpack/androidx/releases/lifecycle
66-
//latest updated deps on 3/6/2021
67-
archLifecycleLiveData : "androidx.lifecycle:lifecycle-livedata-ktx:2.3.1",
68-
archLifecycleProcess : "androidx.lifecycle:lifecycle-process:2.3.1",
69-
archLifecycleViewModel : "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1",
70-
archLifecycleViewModelSavedState : "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1",
71-
archLifecycleRunTime : "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1",
72-
archLifecycleCompiler : "androidx.lifecycle:lifecycle-compiler:2.3.1",
66+
//latest updated deps on 15/5/2023
67+
archLifecycleLiveData : "androidx.lifecycle:lifecycle-livedata-ktx:2.6.1",
68+
archLifecycleProcess : "androidx.lifecycle:lifecycle-process:2.6.1",
69+
archLifecycleViewModel : "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1",
70+
archLifecycleViewModelSavedState : "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1",
71+
archLifecycleRunTime : "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1",
72+
archLifecycleCompiler : "androidx.lifecycle:lifecycle-compiler:2.6.1",
7373
//dario libs
7474
kjsonpatch : "com.github.beyondeye:kjsonpatch:0.3.22",
7575

0 commit comments

Comments
 (0)