Skip to content

Commit deb7d05

Browse files
Update all minor and patch updates
1 parent 5584fdc commit deb7d05

File tree

5 files changed

+22
-17
lines changed

5 files changed

+22
-17
lines changed

gradle/libs.versions.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
# SDK Versions
3-
accompanistInsets = "0.24.13-rc"
3+
accompanistInsets = "0.30.1"
44
accompanistPermissions = "0.34.0"
5-
awsAndroidSdkMobileClient = "2.13.5"
5+
awsAndroidSdkMobileClient = "2.20.1"
66
compileSdk = "34"
77
lightcompressor = "1.3.2"
88
minSdk = "28"
@@ -14,8 +14,8 @@ versionName = "1.0.0"
1414
versionCode = "1"
1515

1616
# Android Plugin Versions
17-
android-gradle-plugin = "8.5.0"
18-
ksp = "2.0.0-1.0.22"
17+
android-gradle-plugin = "8.5.1"
18+
ksp = "2.0.0-1.0.24"
1919

2020
# Formatting Plugin Versions
2121
ktlint = "11.6.1"
@@ -31,7 +31,7 @@ kotlinx-collections = "0.3.7"
3131
# Test Libraries Versions
3232
junit = "4.13.2"
3333
mockito = "5.12.0"
34-
robolectric = "4.12.2"
34+
robolectric = "4.13"
3535
androidx-test-ext-junit = "1.2.1"
3636
androidx-test-runner = "1.6.1"
3737
androidx-test = "1.6.1"
@@ -40,17 +40,17 @@ espresso-core = "3.6.1"
4040
# AndroidX Libraries Versions
4141
androidx-app-compat = "1.7.0"
4242
androidx-core = "1.13.1"
43-
androidx-lifecycle = "2.8.3"
43+
androidx-lifecycle = "2.8.4"
4444
androidx-navigation = "2.7.7"
4545
androidx-constraint-layout = "2.1.4"
46-
androidx-activity-ktx = "1.9.0"
47-
androidx-fragment-ktx = "1.8.1"
46+
androidx-activity-ktx = "1.9.1"
47+
androidx-fragment-ktx = "1.8.2"
4848
androidx-recycler-view = "1.3.2"
4949
androidx-splash-screen = "1.0.1"
5050
androidx-datastore = "1.1.1"
51-
androidx-paging = "3.3.0"
52-
androidx-paging-compose = "3.3.0"
53-
androidx-media3 = "1.3.1"
51+
androidx-paging = "3.3.1"
52+
androidx-paging-compose = "3.3.1"
53+
androidx-media3 = "1.4.0"
5454
androidx-splashscreen = "1.0.1"
5555
androix-room = "2.6.1"
5656
androidx-hilt-navigation-compose = "1.2.0"
@@ -59,7 +59,7 @@ androidx-workmanager = "2.9.0"
5959
# Google Libraries Versions
6060
google-service = "4.4.2"
6161
material = "1.12.0"
62-
firebase-bom = "33.1.1"
62+
firebase-bom = "33.1.2"
6363
crashlytics = "3.0.2"
6464

6565
# Compose Versions
@@ -80,10 +80,10 @@ retrofit-kotlinx-serialization-json = "1.0.0"
8080
okhttp = "4.12.0"
8181
orbit = "8.0.0"
8282
timber = "5.0.1"
83-
coil = "2.6.0"
83+
coil = "2.7.0"
8484
lottie = "6.4.1"
85-
jsoup = "1.17.2"
86-
kakao-login = "2.19.0"
85+
jsoup = "1.18.1"
86+
kakao-login = "2.20.4"
8787
process-pheonix = "3.0.0"
8888
preference = "1.2.1"
8989
collapsing-toolbar = "2.3.5"

gradle/wrapper/gradle-wrapper.jar

51 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18+
# SPDX-License-Identifier: Apache-2.0
19+
#
1820

1921
##############################################################################
2022
#
@@ -84,7 +86,8 @@ done
8486
# shellcheck disable=SC2034
8587
APP_BASE_NAME=${0##*/}
8688
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87-
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90+
' "$PWD" ) || exit
8891

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

gradlew.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
@rem See the License for the specific language governing permissions and
1414
@rem limitations under the License.
1515
@rem
16+
@rem SPDX-License-Identifier: Apache-2.0
17+
@rem
1618

1719
@if "%DEBUG%"=="" @echo off
1820
@rem ##########################################################################

0 commit comments

Comments
 (0)