diff --git a/README.md b/README.md index 4412791b..56f930a6 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.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. diff --git a/tangem-core/build.gradle b/tangem-core/build.gradle index 28ae3a82..10f94a18 100644 --- a/tangem-core/build.gradle +++ b/tangem-core/build.gradle @@ -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']) diff --git a/tangem-sdk/build.gradle b/tangem-sdk/build.gradle index 2b5aa848..bf8d2bdf 100644 --- a/tangem-sdk/build.gradle +++ b/tangem-sdk/build.gradle @@ -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