Skip to content

Commit 055f14c

Browse files
Ian BirdIanDBird
Ian Bird
authored andcommitted
[Dependencies] Update dependencies (3rd Jan 2025)
1 parent 6f8e877 commit 055f14c

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

gradle/libs.versions.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
[versions]
2-
agp = "8.7.2"
3-
kotlin = "2.0.21"
4-
core-ktx = "1.13.1"
2+
agp = "8.7.3"
3+
kotlin = "2.1.0"
4+
core-ktx = "1.15.0"
55
junit = "4.13.2"
66
appcompat = "1.7.0"
77
coroutines-version = "1.9.0"
88
compose = "1.9.3"
9-
compose-bom = "2024.10.00"
10-
compose-tooling = "1.7.4"
11-
gma = "23.4.0"
12-
ima = "3.35.1"
9+
compose-bom = "2024.12.01"
10+
compose-tooling = "1.7.6"
11+
gma = "23.6.0"
12+
ima = "3.36.0"
1313
mockkVersion = "1.13.13"
1414
prebid = "2.2.1"
1515

1616
[libraries]
1717
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
1818
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version = "1.9.0" }
1919
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
20-
androidx-lifecycle = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version = "2.8.6" }
20+
androidx-lifecycle = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version = "2.8.7" }
2121

2222
# Compose
2323
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
2424
compose-activity = { group = "androidx.activity", name = "activity-compose", version.ref = "compose" }
2525
compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "compose-tooling" }
2626
compose-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "compose-tooling" }
2727
compose-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest", version.ref = "compose-tooling"}
28-
compose-material = { group = "androidx.compose.material", name = "material", version = "1.7.4" }
29-
compose-material-icons = { group = "androidx.compose.material", name = "material-icons-core", version = "1.7.4" }
28+
compose-material = { group = "androidx.compose.material", name = "material", version = "1.7.6" }
29+
compose-material-icons = { group = "androidx.compose.material", name = "material-icons-core", version = "1.7.6" }
3030

3131
# OkHttp
3232
okhttp-core = { group = "com.squareup.okhttp3", name = "okhttp", version = "4.12.0" }
@@ -35,7 +35,7 @@ okhttp-core = { group = "com.squareup.okhttp3", name = "okhttp", version = "4.12
3535
gma-ads = { group = "com.google.android.gms", name = "play-services-ads", version.ref = "gma" }
3636
ima-ads = { group = "com.google.ads.interactivemedia.v3", name = "interactivemedia", version.ref = "ima" }
3737
androidx-multidex = { group = "androidx.multidex", name = "multidex", version = "2.0.1" }
38-
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.1.4" }
38+
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.2.0" }
3939
androidx-media = { group = "androidx.media", name = "media", version = "1.7.0" }
4040
androidx-browser = { group = "androidx.browser", name = "browser", version = "1.8.0" }
4141
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version = "1.9.3" }

gradle/wrapper/gradle-wrapper.properties

+1-1
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.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

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

0 commit comments

Comments
 (0)