Updated on 2026-08-14
This commit is contained in:
parent
4f1eadcc5d
commit
303b8df476
2 changed files with 4 additions and 1 deletions
|
|
@ -44,7 +44,9 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':tangemcard-common')
|
// implementation project(':tangemcard-common')
|
||||||
|
implementation 'com.github.TangemCash.tangemcard-common:tangemcard-android:0.1.0'
|
||||||
|
|
||||||
implementation project(':tangemcard-android')
|
implementation project(':tangemcard-android')
|
||||||
implementation project(':tangemserver-android')
|
implementation project(':tangemserver-android')
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
|
implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
|
maven { url 'https://jitpack.io' }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue