Skip to content

Commit

Permalink
New hot fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandar.marinkovi committed Aug 12, 2021
1 parent b4ba7d7 commit 288a690
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ 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
```xml
<dependency>
<groupId>com.mapp.sdk</groupId>
<artifactId>intelligence-android</artifactId>
<version>5.1.0.1</version>
<version>5.1.0.2</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion android-sdk/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 288a690

Please sign in to comment.