Skip to content

Commit

Permalink
all: update changelog + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Dec 7, 2023
1 parent de5cec0 commit a1917bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
2.0.0
-----

**Breaking:** Batch Piano Analytics dispatcher now uses Kotlin and requires Android `minSdk` 21.
**Breaking:** Batch Piano Analytics dispatcher now uses Kotlin and requires Android `minSdk` version 21.

* Bumped `targetSdk` version to 34.
* Added compatibility with Piano Analytics SDK 3.3.0 and newer.

1.0.1
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ A "ready-to-go" dispatcher that reflect event from the Batch SDK to the Piano da

# Requirements
- Android Studio 3.0+
- Android 16+
- Batch Android SDK 1.19.3+
- Piano Analytics [3.1.0...3.2.1]
- Android 21+
- Batch Android SDK 1.20.1+
- Piano Analytics 3.1.0+

> The Android Piano Analytics dispatcher requires version 3.2.1 or older of the Piano SDK since it does NOT support yet the rewritten Kotlin Piano SDK.

# Installation
Gradle (recommended)

```
implementation 'com.batch.android:piano-dispatcher:1.0.1'
implementation 'com.batch.android:piano-dispatcher:2.0.0'
```

Read our [setup documentation](https://doc.batch.com/) to follow a step by step tutorial for integrating Batch features into your app.
Expand Down

0 comments on commit a1917bc

Please sign in to comment.