From c2f90654259928810df6551aa4b59072815cceef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:18:56 +0000 Subject: [PATCH] Bump android-application from 8.5.2 to 8.6.0 Bumps `android-application` from 8.5.2 to 8.6.0. Updates `com.android.application` from 8.5.2 to 8.6.0 Updates `com.android.library` from 8.5.2 to 8.6.0 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4895a7e..662ac96 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ datastorePreferences = "1.1.1" material3 = "1.2.1" navigationCompose = "2.7.7" kotlin = "2.0.10" -android-application = "8.5.2" +android-application = "8.6.0" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }