Skip to content

Commit dbd38b3

Browse files
committed
chore(version): bump to 1.3.1
1 parent 0b791cd commit dbd38b3

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.3.1] - 2023-07-24
6+
7+
- Upgrade dependencies
8+
- Fix obfuscation on release builds by updating Kotlin serialization plugin
9+
510
## [1.3.0] - 2023-06-09
611

712
- Add support for api.video custom domains with `VideoInfo.fromMediaURL`

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.3.0'
50+
implementation 'video.api:android-player-analytics:1.3.1'
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.3.0
25-
VERSION_CODE=1003000
24+
VERSION_NAME=1.3.1
25+
VERSION_CODE=1003001
2626
GROUP=video.api
2727

2828
POM_PACKAGING=aar

0 commit comments

Comments
 (0)