From 65af4b7697e494b7f524817f9032b267b9e4a44a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 02:53:36 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/android.yml | 4 ++-- android-app/build.gradle.kts | 20 ++++++++++---------- ar/build.gradle | 4 ++-- gradle/libs.versions.toml | 8 ++++---- gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index f6ed0eb9..fbdaa591 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -8,9 +8,9 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: set up JDK 17 - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: java-version: 17 - name: Build with Gradle diff --git a/android-app/build.gradle.kts b/android-app/build.gradle.kts index 7a1166a1..4bb78f20 100644 --- a/android-app/build.gradle.kts +++ b/android-app/build.gradle.kts @@ -107,11 +107,11 @@ android { dependencies { - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3") + coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.2") - implementation(platform("com.google.firebase:firebase-bom:26.2.0")) + implementation(platform("com.google.firebase:firebase-bom:33.3.0")) implementation("com.google.firebase:firebase-analytics-ktx") - implementation("androidx.activity:activity-compose:1.7.2") + implementation("androidx.activity:activity-compose:1.9.2") implementation(platform(libs.androidx.compose.bom)) implementation(libs.androidx.compose.foundation) @@ -136,20 +136,20 @@ dependencies { implementation(libs.koin.android) implementation(libs.koin.androidx.compose) - implementation("io.github.pushpalroy:jetlime:2.0.1") + implementation("io.github.pushpalroy:jetlime:3.0.1") // TODO: Added this as a temporary fix for a crash in ProgressIndicator, can be removed later. // Issue: https://github.com/JetBrains/compose-multiplatform/issues/4157 - implementation("androidx.compose.material3:material3-android:1.2.1") + implementation("androidx.compose.material3:material3-android:1.3.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1") - implementation("com.google.maps.android:android-maps-utils:2.3.0") + implementation("com.google.maps.android:android-maps-utils:3.8.2") - implementation("com.google.android.gms:play-services-location:16.0.0") - implementation("com.google.android.gms:play-services-maps:18.0.2") + implementation("com.google.android.gms:play-services-location:21.3.0") + implementation("com.google.android.gms:play-services-maps:19.0.0") testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.1.5") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") + androidTestImplementation("androidx.test.ext:junit:1.2.1") + androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") implementation(project(":SharedCode")) } diff --git a/ar/build.gradle b/ar/build.gradle index 0220f5ba..0147cd48 100644 --- a/ar/build.gradle +++ b/ar/build.gradle @@ -29,6 +29,6 @@ dependencies { implementation Kotlin.stdLib // ARCore - implementation 'com.google.ar:core:1.4.0' - implementation 'de.javagl:obj:0.2.1' + implementation 'com.google.ar:core:1.45.0' + implementation 'de.javagl:obj:0.4.0' } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 22f7919e..aa176517 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ kotlinx-dateTime = "0.6.0" composeUiTooling = "1.3.1" -androidGradlePlugin = "8.5.2" +androidGradlePlugin = "8.6.1" koin = "4.0.0" koinCompose = "4.0.0" koinComposeMultiplatform = "1.2.0-Beta4" @@ -25,8 +25,8 @@ androidxNavigationCompose = "2.8.1" uiToolingPreview = "1.7.2" androidxLifecycle = "2.8.6" imageLoader = "1.8.3" -osmdroidAndroid = "6.1.18" -googleMapsCompose = "5.0.3" +osmdroidAndroid = "6.1.20" +googleMapsCompose = "6.1.2" composeMultiplatform = "1.6.11" accompanist = "0.36.0" @@ -38,7 +38,7 @@ junit = "4.13.2" androidxTestJUnit = "1.2.1" robolectric = "4.13" androidxTestCore = "1.6.1" -mockito = "3.11.2" +mockito = "5.2.0" multiplatformSettings = "1.2.0" kermit = "2.0.4" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 08f4be1f..b6dc26de 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sun May 28 21:12:18 IST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists