diff --git a/android/fakedapp/build.gradle b/android/fakedapp/build.gradle index 87bce46da..9c96ed5a8 100644 --- a/android/fakedapp/build.gradle +++ b/android/fakedapp/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3' // Testing-only dependencies - androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.21" + androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.22" 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 5df340a30..b0d0ed1c6 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.21' + androidTestImplementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.22' androidTestImplementation 'androidx.test:core:1.5.0' androidTestImplementation 'androidx.test:core-ktx:1.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5'