Skip to content

Commit f0fd8bf

Browse files
committed
chore(version): bump to 1.2.2
1 parent c25e571 commit f0fd8bf

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All changes to this project will be documented in this file.
44

5+
## [1.2.2] - 2023-02-01
6+
7+
- Fix a random 400 error when sending events
8+
- Add an example to test ExoPlayer events
9+
510
## [1.2.1] - 2022-09-28
611

712
- Add a specific library for ExoPlayer

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In your module `build.gradle`, add the following code in `dependencies`:
4747

4848
```groovy
4949
dependencies {
50-
implementation 'video.api:android-player-analytics:1.2.1'
50+
implementation 'video.api:android-player-analytics:1.2.2'
5151
}
5252
```
5353

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android.enableJetifier=true
2121
kotlin.code.style=official
2222

2323
# Common
24-
VERSION_NAME=1.2.1
25-
VERSION_CODE=1002001
24+
VERSION_NAME=1.2.2
25+
VERSION_CODE=1002002
2626
GROUP=video.api
2727

2828
POM_PACKAGING=aar

0 commit comments

Comments
 (0)