Skip to content

Commit fc10821

Browse files
Ian BirdIanDBird
authored andcommitted
Bump Dependencies
1 parent 2e80379 commit fc10821

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.5.0"
2+
agp = "8.5.1"
33
kotlin = "2.0.0"
44
core-ktx = "1.13.1"
55
junit = "4.13.2"
@@ -8,7 +8,7 @@ coroutines-version = "1.8.1"
88
compose = "1.9.0"
99
compose-bom = "2024.06.00"
1010
compose-tooling = "1.6.8"
11-
gma = "23.1.0"
11+
gma = "23.2.0"
1212
ima = "3.34.0"
1313
mockkVersion = "1.13.11"
1414
prebid = "2.2.1"
@@ -17,15 +17,15 @@ prebid = "2.2.1"
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.8.1" }
1919
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
20-
androidx-lifecycle = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version = "2.8.0" }
20+
androidx-lifecycle = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version = "2.8.3" }
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.6.7" }
28+
compose-material = { group = "androidx.compose.material", name = "material", version = "1.6.8" }
2929

3030
# OkHttp
3131
okhttp-core = { group = "com.squareup.okhttp3", name = "okhttp", version = "4.12.0" }
@@ -56,4 +56,4 @@ kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
5656
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
5757
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
5858
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
59-
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.28.0" }
59+
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }

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)