Skip to content

Commit

Permalink
Released version 5.0.0-beta07 [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
Neno0o committed Jul 11, 2019
1 parent 52eb955 commit c1cf47f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Version 5.0.0-beta07 *(in progress)*
## Version 5.0.0-beta07 *(2019-07-11)*
* Add Android API tracking parameter as part of the tracking request.
* Auto track of the app version name & code.
* Add `wt_mc=` to the media code param.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ Webtrekk internally, collects and caches the data that you specify for tracking,
# Installation
Gradle
```groovy
implementation 'com.webtrekk.webtrekksdk:webtrekksdk-android:5.0.0-beta06'
implementation 'com.webtrekk.webtrekksdk:webtrekksdk-android:5.0.0-beta07'
```

Maven
```xml
<dependency>
<groupId>com.webtrekk.webtrekksdk</groupId>
<artifactId>webtrekksdk-android</artifactId>
<version>5.0.0-beta06</version>
<version>5.0.0-beta07</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit c1cf47f

Please sign in to comment.