Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 264b051 commit ce48ef8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 16 deletions.
10 changes: 5 additions & 5 deletions baseline-profiles/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
accompanist = "0.36.0"
accompanist = "0.37.0"
androidGradlePlugin = "8.7.3"
androidx-activity-compose = "1.9.3"
androidx-appcompat = "1.7.0"
Expand All @@ -23,18 +23,18 @@ androix-test-uiautomator = "2.3.0"
coil = "2.7.0"
# @keep
compileSdk = "33"
coroutines = "1.9.0"
coroutines = "1.10.1"
google-maps = "19.0.0"
gradle-versions = "0.51.0"
hilt = "2.53.1"
hilt = "2.54"
hiltExt = "1.2.0"
# @pin When updating to AGP 7.4.0-alpha10 and up we can update this https://developer.android.com/studio/write/java8-support#library-desugaring-versions
jdkDesugar = "2.1.3"
jdkDesugar = "2.1.4"
junit = "4.13.2"
# @pin Update in conjuction with Compose Compiler
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
maps-compose = "6.4.0"
maps-compose = "6.4.1"
material = "1.12.0"
# @keep
minSdk = "21"
Expand Down
2 changes: 1 addition & 1 deletion baseline-profiles/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 1 addition & 2 deletions baseline-profiles/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ 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 -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
10 changes: 5 additions & 5 deletions benchmarking/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
accompanist = "0.36.0"
accompanist = "0.37.0"
androidGradlePlugin = "8.7.3"
androidx-activity-compose = "1.9.3"
androidx-appcompat = "1.7.0"
Expand All @@ -24,18 +24,18 @@ benchmarkMacroJunit4 = "1.2.0"
coil = "2.7.0"
# @keep
compileSdk = "33"
coroutines = "1.9.0"
coroutines = "1.10.1"
google-maps = "19.0.0"
gradle-versions = "0.51.0"
hilt = "2.53.1"
hilt = "2.54"
hiltExt = "1.2.0"
# @pin When updating to AGP 7.4.0-alpha10 and up we can update this https://developer.android.com/studio/write/java8-support#library-desugaring-versions
jdkDesugar = "2.1.3"
jdkDesugar = "2.1.4"
junit = "4.13.2"
# @pin Update in conjuction with Compose Compiler
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
maps-compose = "6.4.0"
maps-compose = "6.4.1"
material = "1.12.0"
# @keep
minSdk = "21"
Expand Down
2 changes: 1 addition & 1 deletion benchmarking/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 1 addition & 2 deletions benchmarking/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ 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 -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down

0 comments on commit ce48ef8

Please sign in to comment.