Updated on 2026-08-14

This commit is contained in:
Tangem 2019-02-13 15:15:36 +03:00
parent 4f1eadcc5d
commit 303b8df476
2 changed files with 4 additions and 1 deletions

View file

@ -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'

View file

@ -15,6 +15,7 @@ allprojects {
repositories { repositories {
google() google()
jcenter() jcenter()
maven { url 'https://jitpack.io' }
} }
} }