Skip to content

Commit 678c3a3

Browse files
Bump androidx.core:core-ktx from 1.16.0 to 1.17.0 (#3080)
* Bump androidx.core:core-ktx from 1.16.0 to 1.17.0 Bumps androidx.core:core-ktx from 1.16.0 to 1.17.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * wip --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: denbond7 <denbond7@gmail.com>
1 parent acdb70c commit 678c3a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ dependencies {
466466
//noinspection GradleDependency
467467
implementation("androidx.paging:paging-runtime-ktx:2.1.2")
468468
implementation("androidx.preference:preference-ktx:1.2.1")
469-
implementation("androidx.core:core-ktx:1.16.0")
469+
implementation("androidx.core:core-ktx:1.17.0")
470470
implementation("androidx.core:core-splashscreen:1.0.1")
471471
implementation("androidx.activity:activity-ktx:1.10.1")
472472
implementation("androidx.fragment:fragment-ktx:1.8.9")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Top-level build file where you can add configuration options common to all sub-projects/modules.
77

88
plugins {
9-
id("com.android.application") version "8.12.0" apply false
9+
id("com.android.application") version "8.12.1" apply false
1010
id("org.jetbrains.kotlin.android") version "2.2.10" apply false
1111
id("androidx.navigation.safeargs.kotlin") version "2.9.3" apply false
1212
id("com.starter.easylauncher") version "6.4.1" apply false

0 commit comments

Comments
 (0)