mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-04-26 11:39:27 -05:00
[Android]: Bump lifecycle_version from 2.5.1 to 2.6.0 (#386)
Bumps `lifecycle_version` from 2.5.1 to 2.6.0. Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.5.1 to 2.6.0 Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.5.1 to 2.6.0 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ dependencies {
|
||||
implementation "androidx.compose.ui:ui:1.3.3"
|
||||
implementation "androidx.compose.ui:ui-tooling-preview:1.3.3"
|
||||
implementation 'androidx.activity:activity-compose:1.6.1'
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.0"
|
||||
implementation "androidx.lifecycle:lifecycle-runtime-compose:2.6.0-rc01"
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.0"
|
||||
implementation "androidx.compose.material:material-icons-extended:1.3.1"
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ buildscript {
|
||||
|
||||
ext{
|
||||
kotlin_version = "1.8.10"
|
||||
lifecycle_version = "2.5.1"
|
||||
lifecycle_version = "2.6.0"
|
||||
room_version = "2.5.0"
|
||||
navigation_version = '2.5.3'
|
||||
ext.hilt_version = '2.45'
|
||||
|
||||
Reference in New Issue
Block a user