From 7f64c97ab21c22b874525de943cf3da508bfb1d7 Mon Sep 17 00:00:00 2001 From: Javad Arjmandi Date: Wed, 2 Oct 2024 18:13:18 +0200 Subject: [PATCH] Reproducing crash when choosing eID method --- app/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index b168e82..cea56ae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,6 +101,12 @@ dependencies { implementation 'de.idnow.sdk:idnow-android-sdk:8.5.0' implementation 'de.idnow.android.eid:idnow-android-eid-sdk:2.12.0' implementation "androidx.multidex:multidex:2.0.1" + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0"){ + force = true + } + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0"){ + force = true + } implementation files ('libs/bcprov-jdk15to18-164.jar') implementation files ('libs/bctls-jdk15to18-164.jar') }