diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 8a8f449649..8373e105e6 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { // Version of Kotlin used at build time implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21") - implementation("com.android.tools.build:gradle:8.7.2") + implementation("com.android.tools.build:gradle:8.7.3") implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7") implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.16.3") implementation("org.jetbrains.kotlinx:kover-gradle-plugin:0.8.3") diff --git a/examples/ExampleApp/gradle/libs.versions.toml b/examples/ExampleApp/gradle/libs.versions.toml index 085695d790..847a4f80c7 100644 --- a/examples/ExampleApp/gradle/libs.versions.toml +++ b/examples/ExampleApp/gradle/libs.versions.toml @@ -1,17 +1,17 @@ [versions] -agp = "8.7.2" -kotlin = "2.0.21" +agp = "8.7.3" +kotlin = "2.1.0" coreKtx = "1.15.0" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" lifecycleRuntimeKtx = "2.8.7" activityCompose = "1.9.3" -composeBom = "2024.10.01" +composeBom = "2024.12.01" embrace = "6.14.0" -navigationCompose = "2.8.3" +navigationCompose = "2.8.5" okhttp = "4.12.0" -otel = "1.43.0" +otel = "1.45.0" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } diff --git a/examples/ExampleApp/gradle/wrapper/gradle-wrapper.properties b/examples/ExampleApp/gradle/wrapper/gradle-wrapper.properties index 94113f200e..e2847c8200 100644 --- a/examples/ExampleApp/gradle/wrapper/gradle-wrapper.properties +++ b/examples/ExampleApp/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 843c7ad067..c25bccf369 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ detektGradlePlugin = "1.23.7" junit = "4.13.2" kotlinExposed = "1.8.22" dokka = "1.9.20" -lint = "31.7.2" +lint = "31.7.3" openTelemetryCore = "1.43.0" openTelementrySemConv = "1.27.0-alpha" moshi = "1.15.1"