Skip to content

Commit

Permalink
Update dependencies and the target/compile SDK version to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowsky committed Nov 26, 2024
1 parent d6faab0 commit 1143efc
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions gradlew
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##########################################################################
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]
}

0 comments on commit 1143efc

Please sign in to comment.