Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-pv committed Nov 18, 2019
2 parents 7cbcf21 + 760b494 commit d3c862e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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)
Expand Down Expand Up @@ -46,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.
Expand Down

0 comments on commit d3c862e

Please sign in to comment.