Skip to content

Commit

Permalink
bump jmrtd
Browse files Browse the repository at this point in the history
  • Loading branch information
0xturboblitz committed Sep 19, 2024
1 parent 9e6b34c commit 07c7ba7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ android {
packagingOptions {
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
exclude 'META-INF/versions/9/OSGI-INF/MANIFEST.MF'
}
}

Expand Down
2 changes: 2 additions & 0 deletions app/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ newArchEnabled=false
# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.
hermesEnabled=true

android.jetifier.ignorelist=bcprov-jdk18on
4 changes: 2 additions & 2 deletions app/android/react-native-passport-reader/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ dependencies {
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'com.wdullaer:materialdatetimepicker:3.5.2'
implementation 'org.jmrtd:jmrtd:0.7.40' // getting different errors whether it's 18 or 40 // 23 <== this works
implementation 'org.jmrtd:jmrtd:0.7.42' // getting different errors whether it's 18 or 40 // 23 <== this works
// 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.madgag.spongycastle:prov:1.54.0.0'
implementation 'com.gemalto.jp2:jp2-android:1.0.3'
implementation 'com.github.mhshams:jnbis:1.1.0'
// implementation 'org.bouncycastle:bcpkix-jdk15on:1.65' // do not update
Expand Down

0 comments on commit 07c7ba7

Please sign in to comment.