File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
58
58
implementation " com.daimajia.swipelayout:library:1.2.0@aar"
59
59
60
60
// Lifecycle
61
- implementation " androidx.lifecycle:lifecycle-extensions :$lifecycle_version "
61
+ implementation " androidx.lifecycle:lifecycle-runtime-ktx :$lifecycle_version "
62
62
implementation " androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version "
63
63
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
64
64
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencies {
68
68
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
69
69
implementation " androidx.recyclerview:recyclerview:$androidx_recyclerview_version "
70
70
api " androidx.paging:paging-runtime-ktx:$paging_version "
71
- api " androidx.lifecycle:lifecycle-extensions :$lifecycle_version "
71
+ api " androidx.lifecycle:lifecycle-runtime :$lifecycle_version "
72
72
api project(' :recycleradapter' )
73
73
74
74
}
You can’t perform that action at this time.
0 commit comments