Skip to content

Commit 8a34191

Browse files
all: bump androidx.lifecycle:lifecycle-* to 2.10.0 (fixes #2276) (#2251)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi <dogi@users.noreply.github.com>
1 parent cdde28b commit 8a34191

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
compileSdk 36
99
defaultConfig {
1010
applicationId "io.treehouses.remote"
11-
minSdkVersion 21
11+
minSdkVersion 23
1212
targetSdkVersion 36
1313
ndkVersion '21.3.6528147'
1414
multiDexEnabled true
@@ -96,7 +96,7 @@ dependencies {
9696
implementation 'org.connectbot:sshlib:2.2.9'
9797
implementation "androidx.core:core-splashscreen:1.2.0"
9898

99-
def lifecycle_version = "2.9.4"
99+
def lifecycle_version = "2.10.0"
100100
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
101101
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
102102
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"

0 commit comments

Comments
 (0)