Skip to content

Commit

Permalink
Upgrade to androidx.lifecycle 2.3.0-rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
wada811 committed Dec 19, 2020
1 parent 587ed0e commit 5ddbbf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ViewModel-SavedState-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.0-beta01'
implementation 'androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.0-beta01'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.0-rc01'
implementation 'androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.0-rc01'
}

0 comments on commit 5ddbbf6

Please sign in to comment.