Skip to content

Commit 9686c95

Browse files
dependabot[bot]Okuro3499dogi
authored
actions: bump androidx.lifecycle:lifecycle-runtime-ktx to 2.8.0-alpha02 (fixes #1936) (#1933)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gideon Okuro <[email protected]> Co-authored-by: dogi <[email protected]>
1 parent 2f26055 commit 9686c95

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: app/build.gradle

+1-4
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,14 @@ dependencies {
9292
implementation "androidx.core:core-ktx:1.12.0"
9393
implementation 'com.android.support:multidex:1.0.3'
9494
implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.3'
95-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0-alpha01'
96-
97-
9895
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
9996
implementation 'org.connectbot:sshlib:2.2.9'
10097

10198
def lifecycle_version = "2.8.0-alpha02"
10299
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
103100
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
104101
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"
105-
102+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
106103
}
107104

108105
repositories {

0 commit comments

Comments
 (0)