import local hardwallet-lite-android

This commit is contained in:
Andrea Franz 2018-11-21 14:56:40 +01:00
parent 3f8a6c94dc
commit 084baa5501
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
2 changed files with 9 additions and 2 deletions

View File

@ -24,8 +24,12 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.madgag.spongycastle:core:1.58.0.0'
implementation 'com.madgag.spongycastle:prov:1.58.0.0'
implementation 'com.github.status-im:hardwallet-lite-android:29bf055'
//implementation 'com.github.status-im:hardwallet-lite-android:29bf055'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation project(':hardwallet-lite-android')
}

View File

@ -1 +1,4 @@
include ':app'
include ':app', ':hardwallet-lite-android'
project(':hardwallet-lite-android').projectDir = new File(settingsDir, '../../hardwallet-lite-android/lib')