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'