From 01fa6da147e77d8fa1716f5996e777827ee557af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:25:51 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib in /android Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android/fakedapp/build.gradle | 2 +- android/fakewallet/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/fakedapp/build.gradle b/android/fakedapp/build.gradle index 08f2ed18a..888a88e73 100644 --- a/android/fakedapp/build.gradle +++ b/android/fakedapp/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1' // Testing-only dependencies - androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.24" + androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.0" androidTestImplementation 'androidx.test:core:1.5.0' androidTestImplementation 'androidx.test:core-ktx:1.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5' diff --git a/android/fakewallet/build.gradle b/android/fakewallet/build.gradle index 19cd56e10..816dd9d79 100644 --- a/android/fakewallet/build.gradle +++ b/android/fakewallet/build.gradle @@ -90,7 +90,7 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.5.2' androidTestUtil 'androidx.test:orchestrator:1.4.2' - androidTestImplementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24' + androidTestImplementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' androidTestImplementation 'androidx.test:core:1.5.0' androidTestImplementation 'androidx.test:core-ktx:1.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5'