Merge pull request #122 from yogeshpaliyal/dependabot/gradle/androidx.compose.runtime-runtime-livedata-1.1.1

[Android]: Bump runtime-livedata from 1.1.0 to 1.1.1
This commit is contained in:
Yogesh Choudhary Paliyal
2022-02-24 13:18:30 +05:30
committed by GitHub

View File

@@ -156,7 +156,7 @@ dependencies {
// Integration with ViewModels
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.4.1'
// Integration with observables
implementation 'androidx.compose.runtime:runtime-livedata:1.1.0'
implementation 'androidx.compose.runtime:runtime-livedata:1.1.1'
implementation "androidx.datastore:datastore-preferences:1.0.0"