Skip to content

Commit

Permalink
Increase version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan committed Mar 21, 2023
1 parent a8d782b commit 55be4b8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

## Version 1.3.9

_2023-03-21_

* Update Kotlin to 1.8.10.
* Update dependencies.
* Implement Tiramisu post notification permission.

## Version 1.3.8

_2023-01-31_
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.infinum.collar:collar-plugin:1.3.8"
classpath "com.infinum.collar:collar-plugin:1.3.9"
}
}
```
Expand All @@ -42,7 +42,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.infinum.collar:collar-plugin:1.3.8")
classpath("com.infinum.collar:collar-plugin:1.3.9")
}
}
```
Expand Down Expand Up @@ -261,13 +261,13 @@ You can search, filter and clear all sent analytics.
In your app `build.gradle` or `build.gradle.kts` add:
**Groovy**
```gradle
debugImplementation "com.infinum.collar:collar-ui:1.3.8"
releaseImplementation "com.infinum.collar:collar-ui-no-op:1.3.8"
debugImplementation "com.infinum.collar:collar-ui:1.3.9"
releaseImplementation "com.infinum.collar:collar-ui-no-op:1.3.9"
```
**KotlinDSL**
```kotlin
debugImplementation("com.infinum.collar:collar-ui:1.3.8")
releaseImplementation("com.infinum.collar:collar-ui-no-op:1.3.8")
debugImplementation("com.infinum.collar:collar-ui:1.3.9")
releaseImplementation("com.infinum.collar:collar-ui-no-op:1.3.9")
```

In order to start tracking with UI you must use _LiveCollector_ as in this example:
Expand Down

0 comments on commit 55be4b8

Please sign in to comment.