Fix build errors

This commit is contained in:
ligi 2019-11-28 18:33:14 +09:00
parent 74c8c9f367
commit be13da3fca
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D
2 changed files with 9 additions and 6 deletions

View File

@ -33,17 +33,20 @@ android {
packagingOptions {
exclude 'META-INF/main.kotlin_module'
}
packagingOptions {
pickFirst 'META-INF/kotlinx-io.kotlin_module'
pickFirst 'META-INF/atomicfu.kotlin_module'
pickFirst 'META-INF/kotlinx-coroutines-io.kotlin_module'
}
android {
lintOptions {
warning 'InvalidPackage' // for bouncycastle
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.1.0'
@ -58,7 +61,7 @@ dependencies {
implementation 'androidx.security:security-crypto:1.0.0-alpha02'
implementation 'org.bouncycastle:bcprov-jdk15on:1.64'
implementation 'com.github.status-im.status-keycard-java:android:3.0.1'
implementation 'com.github.walletconnect:kotlin-walletconnect-lib:0.9.3'
implementation 'com.github.walletconnect:kotlin-walletconnect-lib:0.9.4'
implementation 'com.journeyapps:zxing-android-embedded:4.0.0'
implementation 'com.google.zxing:core:3.4.0'
implementation 'com.squareup.moshi:moshi:1.9.1'

View File

@ -2,7 +2,7 @@
buildscript {
ext.kotlin_version = '1.3.50'
ext.kethereum_version = '0.76.9'
ext.kethereum_version = '0.79.1'
repositories {
google()