Skip to content

Commit

Permalink
fix: use new lifecycle runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev committed Jun 5, 2021
1 parent f42be76 commit 115b7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation "com.daimajia.swipelayout:library:1.2.0@aar"

// Lifecycle
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"

Expand Down
2 changes: 1 addition & 1 deletion recycleradapter-paging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.recyclerview:recyclerview:$androidx_recyclerview_version"
api "androidx.paging:paging-runtime-ktx:$paging_version"
api "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
api "androidx.lifecycle:lifecycle-runtime:$lifecycle_version"
api project(':recycleradapter')

}
Expand Down

0 comments on commit 115b7dc

Please sign in to comment.