mirror of
https://github.com/selfxyz/self.git
synced 2026-01-23 05:28:02 -05:00
clean build.gradle
This commit is contained in:
@@ -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:+'
|
||||
|
||||
Reference in New Issue
Block a user