From 114779576d7c959119aed2d6fb1c21dd244996a6 Mon Sep 17 00:00:00 2001 From: roman-pv Date: Fri, 1 Nov 2019 17:01:41 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index f0ff191d..cd9aa89f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -[![Version](https://img.shields.io/cocoapods/v/TangemSdk.svg?style=flat)](https://cocoapods.org/pods/TangemSdk) -[![License](https://img.shields.io/cocoapods/l/TangemSdk.svg?style=flat)](https://cocoapods.org/pods/TangemSdk) -[![Platform](https://img.shields.io/cocoapods/p/TangemSdk.svg?style=flat)](https://cocoapods.org/pods/TangemSdk) + # Welcome to Tangem @@ -9,9 +7,6 @@ The Tangem card is a self-custodial hardware wallet for blockchain assets. The m - [Getting Started](#getting-started) - [Requirements](#requirements) - [Installation](#installation) - - [CocoaPods](#cocoapods) - - [Swift Package Manager](#swift-package-manager) - - [Carthage](#carthage) - [Usage](#usage) - [Initialization](#initialization) - [Card interaction](#card-interaction) From 760b494e4d913aff7c832f910d8e1ffc64503106 Mon Sep 17 00:00:00 2001 From: roman-pv Date: Fri, 1 Nov 2019 17:07:29 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd9aa89f..5880f2a6 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ And add Tangem library to the dependencies (in an app or module build.gradle fil ```gradle dependencies { - implementation 'com.github.TangemCash:tangem-core:0.1.0' - implementation 'com.github.TangemCash:tangem-sdk:0.1.0' + implementation 'com.github.tangemcash.tangem-sdk-android:tangem-core:0.1.0' + implementation 'com.github.tangemcash.tangem-sdk-android:tangem-sdk:0.1.0' } ``` Tangem Core is a JVM library (without Android dependencies) that provides core functionality of interacting with Tangem cards.