From f072c0fd4828082648cd46ec57adcac8d65163e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 10:06:10 +0000 Subject: [PATCH 1/2] 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] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 9ed7cc1ac..8ae75fc7a 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -466,7 +466,7 @@ dependencies { //noinspection GradleDependency implementation("androidx.paging:paging-runtime-ktx:2.1.2") implementation("androidx.preference:preference-ktx:1.2.1") - implementation("androidx.core:core-ktx:1.16.0") + implementation("androidx.core:core-ktx:1.17.0") implementation("androidx.core:core-splashscreen:1.0.1") implementation("androidx.activity:activity-ktx:1.10.1") implementation("androidx.fragment:fragment-ktx:1.8.9") From 8de9c0206dd69b62b9e21f31bbf8e79488d60324 Mon Sep 17 00:00:00 2001 From: denbond7 Date: Fri, 22 Aug 2025 15:11:25 +0300 Subject: [PATCH 2/2] wip --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index df2a6ec2d..2f9d5d0d8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.12.0" apply false + id("com.android.application") version "8.12.1" apply false id("org.jetbrains.kotlin.android") version "2.2.10" apply false id("androidx.navigation.safeargs.kotlin") version "2.9.3" apply false id("com.starter.easylauncher") version "6.4.1" apply false