diff --git a/CHANGELOG.md b/CHANGELOG.md index a33dc888..25587b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log ## Version 5.1.1 *(In Progress)* +## Version 5.1.0.2 *(2021-08-12)* +*HotFix version +*Fixed DeepLinking tracking + ## Version 5.1.0.1 *(2021-07-20)* *HotFix version *Fixed app first open issue diff --git a/README.md b/README.md index 9dde168d..9157c9c9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ For versions of 5.0.8+ we are use mavenCentral() because Jcenter is shutting dow Gradle ```groovy -implementation 'com.mapp.sdk:intelligence-android:5.1.0.1' +implementation 'com.mapp.sdk:intelligence-android:5.1.0.2' ``` Maven @@ -22,7 +22,7 @@ Maven com.mapp.sdk intelligence-android - 5.1.0.1 + 5.1.0.2 pom ``` diff --git a/android-sdk/gradle.properties b/android-sdk/gradle.properties index b9ba22fa..fad846a2 100644 --- a/android-sdk/gradle.properties +++ b/android-sdk/gradle.properties @@ -22,7 +22,7 @@ # SOFTWARE. # # -LIBRARY_VERSION=5.1.0.1 +LIBRARY_VERSION=5.1.0.2 BINTRAY_REPO=webtrekk-android-sdk BINRTAY_NAME=webtrekk-android-sdk PUBLISHED_GROUP_ID=com.mapp.sdk