Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKaN committed May 2, 2024
1 parent d2cb874 commit 565d4f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Piano Analytics SDK for Android

## v3.4.0-SNAPSHOT
## v3.4.0
* Updated to Kotlin 1.9
* Added support for `PianoConsents`
* Added `PrivacyMode.CUSTOM`, that will be used if set `ConsentMode.CUSTOM`
* Deprecated `PrivacyModesStorage`, use `PianoConsents` instead
* Added switching to main thread when required
* Removed requirement for `READ_PHONE_STATE` permission for Android 6-9
* Updated dependencies:
- Kotlin [1.8.22 -> 1.9.23]
Expand Down
2 changes: 1 addition & 1 deletion piano-analytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.4.0-SNAPSHOT
VERSION_NAME=3.4.0
GROUP=io.piano.android
POM_NAME=Analytics
POM_ARTIFACT_ID=analytics
Expand Down

0 comments on commit 565d4f3

Please sign in to comment.