mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-24 03:19:06 -06:00
Merge pull request #180 from yogeshpaliyal/dependabot/gradle/lifecycle_version-2.5.0
[Android]: Bump lifecycle_version from 2.4.1 to 2.5.0
This commit is contained in:
@@ -3,7 +3,7 @@ buildscript {
|
||||
|
||||
ext{
|
||||
kotlin_version = "1.6.21"
|
||||
lifecycle_version = "2.4.1"
|
||||
lifecycle_version = "2.5.0"
|
||||
room_version = "2.4.2"
|
||||
navigation_version = '2.4.2'
|
||||
ext.hilt_version = '2.42'
|
||||
|
||||
@@ -65,7 +65,7 @@ dependencies {
|
||||
implementation "androidx.compose.ui:ui:1.1.1"
|
||||
implementation "androidx.compose.material:material:1.1.1"
|
||||
implementation "androidx.compose.ui:ui-tooling-preview:1.1.1"
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
|
||||
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0'
|
||||
implementation 'androidx.activity:activity-compose:1.4.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
||||
|
||||
Reference in New Issue
Block a user