Updated on 2026-08-14
This commit is contained in:
parent
d87918a129
commit
7d7e879efc
3 changed files with 5 additions and 7 deletions
|
|
@ -44,11 +44,12 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
// implementation project(':tangemcard-common')
|
||||
implementation 'com.github.TangemCash.tangemcard-common:tangemcard-android:0.1.0'
|
||||
implementation project(':tangemcard-common')
|
||||
// implementation 'com.github.TangemCash.tangemcard-common:tangemcard-android:0.1.0'
|
||||
|
||||
implementation project(':tangemcard-android')
|
||||
implementation project(':tangemserver-android')
|
||||
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@ android {
|
|||
dependencies {
|
||||
// implementation project(':tangemcard-common')
|
||||
implementation 'com.github.TangemCash.tangemcard-common:tangemcard-android:0.1.0'
|
||||
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
|
||||
implementation 'com.google.code.gson:gson:2.8.5'
|
||||
implementation 'com.scottyab:rootbeer-lib:0.0.7'
|
||||
|
|
|
|||
|
|
@ -26,9 +26,8 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':tangemcard-common')
|
||||
implementation project(':tangemcard-android')
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
// implementation project(':tangemcard-common')
|
||||
implementation 'com.github.TangemCash.tangemcard-common:tangemcard-android:0.1.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
|
||||
implementation 'com.google.code.gson:gson:2.8.5'
|
||||
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue