diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bbfb82f3b..c45fd1f7e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,19 +1,19 @@ [versions] -activity = "1.9.2" -agp = "8.6.1" -androidXAnnotation = "1.8.2" -androidXCore = "1.13.1" +activity = "1.9.3" +agp = "8.7.2" +androidXAnnotation = "1.9.1" +androidXCore = "1.15.0" appcompat = "1.7.0" -composeBom = "2024.09.03" +composeBom = "2024.11.00" coroutines = "1.9.0" detekt = "1.23.6" dokka = "1.9.20" jUnit = "4.13.2" jUnitExt = "1.2.1" kotlin = "2.0.10" -lifecycle = "2.8.6" +lifecycle = "2.8.7" material = "1.12.0" -mockK = "1.13.12" +mockK = "1.13.13" paparazziGradlePlugin = "1.3.4" testCore = "1.6.1" diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index e6441136f..a4b76b953 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c8e5dfa9f..0416687c3 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -16,7 +16,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index b740cf133..a26af6208 100755 --- a/gradlew +++ b/gradlew @@ -1,13 +1,13 @@ #!/bin/sh # -# Copyright © 2015-2021 the original authors. +# Copyright 2024 by Patryk Goworowski and Patrick Michalik. # # 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 # -# https://www.apache.org/licenses/LICENSE-2.0 +# 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, @@ -84,7 +84,8 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/gradlew.bat b/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/versions.gradle b/versions.gradle index 0dcdfa6ca..e319ae2d5 100644 --- a/versions.gradle +++ b/versions.gradle @@ -20,7 +20,7 @@ ext { groupId : "com.patrykandpatrick.vico", version_name : "1.16.0-alpha.1", version_code : 1, - target_sdk : 34, + target_sdk : 35, min_sdk : 21, ] }