From a9a5ccf206822e67c342d05dde9148c3a7b7ba94 Mon Sep 17 00:00:00 2001 From: flaringapp Date: Mon, 21 Oct 2024 16:53:10 +0300 Subject: [PATCH] Update dependencies --- gradle/libs.versions.toml | 10 +++++----- gradle/wrapper/gradle-wrapper.properties | 20 ++++++++++++++++++-- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4318d71..464b573 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] -agp = "8.6.1" -kotlin = "2.0.20" +agp = "8.7.1" +kotlin = "2.0.21" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version = "1.13.1" } androidx-junit = { group = "androidx.test.ext", name = "junit", version = "1.2.1" } androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version = "3.6.1" } -androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version = "1.9.2" } +androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version = "1.9.3" } -androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version = "2024.09.02" } +androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version = "2024.10.00" } androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" } androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" } androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } @@ -17,7 +17,7 @@ androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui- androidx-compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" } -slack-compose-linter = { group = "com.slack.lint.compose", name = "compose-lint-checks", version = "1.3.1" } +slack-compose-linter = { group = "com.slack.lint.compose", name = "compose-lint-checks", version = "1.4.1" } [plugins] android-application = { id = "com.android.application", version.ref = "agp" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 181abea..edf93a5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,22 @@ -#Sun Jul 07 18:29:19 EEST 2024 +# +# Copyright 2024 Flaringapp +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +#Mon Oct 21 16:53:43 EEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists