tangem-app-android-audited/tangemcard-common/build.gradle
2019-01-23 00:38:27 +03:00

12 lines
No EOL
327 B
Groovy

apply plugin: 'java-library'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.madgag.spongycastle:core:1.56.0.0'
implementation 'com.madgag.spongycastle:prov:1.56.0.0'
implementation 'net.i2p.crypto:eddsa:0.3.0'
}
sourceCompatibility = "7"
targetCompatibility = "7"