From 084baa550125cb1d99c4286f3d98a779d4155fc0 Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Wed, 21 Nov 2018 14:56:40 +0100 Subject: [PATCH] import local hardwallet-lite-android --- app/build.gradle | 6 +++++- settings.gradle | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e2aec7f..1ec90b5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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') } diff --git a/settings.gradle b/settings.gradle index e7b4def..372761d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,4 @@ -include ':app' +include ':app', ':hardwallet-lite-android' + +project(':hardwallet-lite-android').projectDir = new File(settingsDir, '../../hardwallet-lite-android/lib') +