Skip to content

Commit

Permalink
lifecycle-runtime-ktx -> lifecycle-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Raupov authored and LDRAlighieri committed May 27, 2024
1 parent 0e77cc5 commit 4d09dfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion corbind-lifecycle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ android {

dependencies {
api(projects.corbind)
api(libs.androidx.lifecycle.runtime.ktx)
api(libs.androidx.lifecycle.runtime)
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ androidx-slidingpanelayout = { module = "androidx.slidingpanelayout:slidingpanel
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "androidxSwiperefreshlayout" }
androidx-viewpager = { module = "androidx.viewpager:viewpager", version.ref = "androidxViewpager" }
androidx-viewpager2 = { module = "androidx.viewpager2:viewpager2", version.ref = "androidxViewpager2" }
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidxLifecycle" }
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime", version.ref = "androidxLifecycle" }
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxActivity" }
androidx-fragment = { module = "androidx.fragment:fragment", version.ref = "androidxFragment" }
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidxConstraintlayout" }
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
implementation(projects.corbindActivity)

implementation(libs.androidx.appcompat)
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(libs.androidx.lifecycle.runtime)
implementation(libs.androidx.constraintlayout)
implementation(libs.material)
}

0 comments on commit 4d09dfb

Please sign in to comment.