Skip to content

Commit

Permalink
Prepare release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-pv committed Nov 21, 2019
1 parent 31e6799 commit 408c6a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ And add Tangem library to the dependencies (in an app or module build.gradle fil

```gradle
dependencies {
implementation 'com.github.tangem.tangem-sdk-android:tangem-core:0.2.0'
implementation 'com.github.tangem.tangem-sdk-android:tangem-sdk:0.2.0'
implementation 'com.github.tangem.tangem-sdk-android:tangem-core:0.2.1'
implementation 'com.github.tangem.tangem-sdk-android:tangem-sdk:0.2.1'
}
```
Tangem Core is a JVM library (without Android dependencies) that provides core functionality of interacting with Tangem cards.
Expand Down
2 changes: 1 addition & 1 deletion tangem-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'org.jetbrains.dokka'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.Tangem'
version '0.2.0'
version '0.2.1'

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
Expand Down
2 changes: 1 addition & 1 deletion tangem-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.Tangem'
version '0.2.0'
version '0.2.1'

android {
compileSdkVersion 29
Expand Down

0 comments on commit 408c6a1

Please sign in to comment.