import local hardwallet-lite-android
This commit is contained in:
parent
3f8a6c94dc
commit
084baa5501
|
@ -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')
|
||||
}
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
include ':app'
|
||||
include ':app', ':hardwallet-lite-android'
|
||||
|
||||
project(':hardwallet-lite-android').projectDir = new File(settingsDir, '../../hardwallet-lite-android/lib')
|
||||
|
||||
|
|
Loading…
Reference in New Issue