From 303b8df4762496abde9173c4aaf1b0b3e14ddcb2 Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 13 Feb 2019 15:15:36 +0300 Subject: [PATCH] Updated on 2026-08-14 --- app/build.gradle | 4 +++- build.gradle | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 145de07bc0..1e59c3871d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,9 @@ android { } 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(':tangemserver-android') implementation 'androidx.appcompat:appcompat:1.1.0-alpha01' diff --git a/build.gradle b/build.gradle index a9fe4e8212..40ec3d054d 100644 --- a/build.gradle +++ b/build.gradle @@ -15,6 +15,7 @@ allprojects { repositories { google() jcenter() + maven { url 'https://jitpack.io' } } }