From 0310ee890cd1cb65ed0ce7808c0e4478fd030fae Mon Sep 17 00:00:00 2001 From: 0xturboblitz Date: Thu, 27 Jul 2023 14:25:45 +0200 Subject: [PATCH] clean build.gradle --- .../android/build.gradle | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/app/android/react-native-passport-reader/android/build.gradle b/app/android/react-native-passport-reader/android/build.gradle index 4509c56bb..9e6ac742b 100644 --- a/app/android/react-native-passport-reader/android/build.gradle +++ b/app/android/react-native-passport-reader/android/build.gradle @@ -31,7 +31,6 @@ android { } dependencies { - // implementation files('../../app/libs/jmrtd-0.5.5.jar') implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'com.google.code.gson:gson:2.8.9' // Check for the latest version implementation 'androidx.multidex:multidex:2.0.1' @@ -39,6 +38,8 @@ dependencies { implementation 'androidx.core:core-ktx:1.9.0' implementation 'com.wdullaer:materialdatetimepicker:3.5.2' implementation 'org.jmrtd:jmrtd:0.7.18' + // implementation files('../../../../../jmrtd-0.7.18-sources/target/jmrtd-0.7.18.jar') + // implementation files('../../app/libs/jmrtd-0.7.18.jar') implementation 'net.sf.scuba:scuba-sc-android:0.0.18' implementation 'com.madgag.spongycastle:prov:1.54.0.0' implementation 'com.gemalto.jp2:jp2-android:1.0.3' @@ -46,17 +47,6 @@ dependencies { implementation 'org.bouncycastle:bcpkix-jdk15on:1.65' // do not update implementation 'commons-io:commons-io:2.8.0' implementation 'com.squareup.okhttp3:okhttp:4.9.0' - // implementation platform('com.google.firebase:firebase-bom:31.0.0') - // googleImplementation 'com.google.firebase:firebase-analytics-ktx' - // googleImplementation 'com.google.firebase:firebase-crashlytics' - // googleImplementation 'com.google.android.gms:play-services-ads:21.3.0' - // googleImplementation 'com.google.android.play:review-ktx:2.0.1' - - // implementation 'org.jmrtd:jmrtd:0.5.5' - // implementation 'com.android.support:multidex:1.0.3' - // implementation 'net.sf.scuba:scuba-sc-android:0.0.9' - // implementation 'com.madgag.spongycastle:prov:1.54.0.0' - // implementation 'com.github.mhshams:jnbis:1.1.0' implementation 'com.android.support:appcompat-v7:25.1.0' implementation 'edu.ucar:jj2000:5.2' implementation 'com.facebook.react:react-native:+'