Skip to content

Commit

Permalink
Bump AGP, Kotlin, Compose Compiler, Gradle, Landscapist (#961)
Browse files Browse the repository at this point in the history
* Bump AGP 8.2.0, Kotlin 1.9.21, and Compose compiler to 1.5.6

* Bump Gradle to 8.5
  • Loading branch information
skydoves authored Dec 8, 2023
1 parent 071370f commit 2aca02f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
androidGradlePlugin = "8.1.3"
androidGradlePlugin = "8.2.0"
cameraCamera2 = "1.3.0"
spotless = "6.21.0"
nexusPlugin = "1.3.0"
kotlin = "1.9.20"
ksp = "1.9.20-1.0.13"
kotlin = "1.9.21"
ksp = "1.9.21-1.0.15"
kotlinSerialization = "1.6.0"
kotlinSerializationConverter = "1.0.0"
kotlinxCoroutines = "1.7.3"
Expand All @@ -23,14 +23,14 @@ androidxDataStore = "1.0.0"
googleService = "4.3.14"

androidxComposeBom = "2023.10.01"
androidxComposeCompiler = "1.5.4"
androidxComposeCompiler = "1.5.6"
androidxComposeTracing = "1.0.0-alpha03"
androidxHiltNavigation = "1.1.0"
androidxComposeNavigation = "2.7.5"
composeStableMarker = "1.0.2"

coil = "2.5.0"
landscapist = "2.2.11"
landscapist = "2.2.12"
accompanist = "0.32.0"
telephoto = "0.3.0"
audioswitch = "1.1.8"
Expand All @@ -53,7 +53,7 @@ streamPush = "1.1.7"
androidxTest = "1.5.2"
androidxTestCore = "1.5.0"
androidxProfileinstaller = "1.3.1"
androidxMacroBenchmark = "1.2.0"
androidxMacroBenchmark = "1.2.2"
androidxUiAutomator = "2.3.0-alpha05"
androidxContraintLayout = "2.1.4"
androidxEspresso = "3.5.1"
Expand All @@ -71,7 +71,7 @@ installReferrer = "2.2"
playAuth = "20.7.0"
playAppUpdate = "2.1.0"

hilt = "2.48.1"
hilt = "2.49"
desugar = "2.0.4"
leakCanary = "2.12"
binaryCompatabilityValidator = "0.13.2"
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
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 2 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
# 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

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

0 comments on commit 2aca02f

Please sign in to comment.