Skip to content

Commit

Permalink
Merge pull request #97 from skydoves/agp/8.1.4
Browse files Browse the repository at this point in the history
Bump AGP to 8.1.4, Gradle 8.4, sandwich, and other dependencies
  • Loading branch information
skydoves authored Nov 25, 2023
2 parents f6abe56 + 4a6357a commit 90ab6c2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
agp = "8.1.2"
kotlin = "1.9.10"
ksp = "1.9.10-1.0.13"
agp = "8.1.4"
kotlin = "1.9.20"
ksp = "1.9.20-1.0.14"
jvmTarget = "17"
material = "1.10.0"
androidxActivity = "1.7.0"
androidxFragment = "1.6.1"
androidxFragment = "1.6.2"
androidxLifecycle = "2.6.2"
androidxRoom = "2.5.2"
androidxArchCore = "2.2.0"
Expand All @@ -14,23 +14,23 @@ bindables = "1.1.0"
hilt = "2.48.1"
retrofit = "2.9.0"
okHttp = "4.12.0"
sandwich = "2.0.0"
sandwich = "2.0.4"
moshi = "1.15.0"
coroutines = "1.7.3"
whatIf = "1.1.3"
glide = "4.16.0"
glidePalette = "2.1.2"
bundler = "1.0.4"
transformationLayout = "1.1.2"
recyclerView = "1.3.1"
recyclerView = "1.3.2"
baseAdapter = "1.0.4"
androidRibbon = "1.0.4"
progressView = "1.1.3"
rainbow = "1.0.3"
timber = "5.0.1"
baselineProfiles = "1.3.1"
macroBenchmark = "1.2.0-rc02"
uiAutomator = "2.3.0-alpha04"
macroBenchmark = "1.2.1"
uiAutomator = "2.3.0-alpha05"
truth = "1.1.3"
junit = "4.13.2"
turbine = "1.0.0"
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.4-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 90ab6c2

Please sign in to comment.