Skip to content

Commit 08ee706

Browse files
committed
Updates versions to 1.1.3 and upgrades Core SDK to 1.3.0.
### General - Updates `core` SDK version to `1.3.0` in `libs.versions.toml`. - Updates `exoplayer-data-sdk` Maven publication version to `1.1.3`. - Updates `SDK_VERSION` to `1.1.3` in `FastPixExoplayerLibraryInfo.kt`. ### Documentation - Updates version to `1.1.3` in `README.md` badges and dependency examples. - Adds entry for version `1.1.3` to `CHANGELOG.md`.
1 parent d012b8f commit 08ee706

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

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

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

5+
## [1.1.3]
6+
- Upgrades Core SDK to 1.3.0
7+
58
## [1.1.2]
69
Improves pulse analytics dispatch behavior during playback state transitions and updates SDK versions/documentation.
710

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![License](https://img.shields.io/badge/License-Proprietary-blue.svg)](LICENSE)
2-
[![Version](https://img.shields.io/badge/version-1.1.2-green.svg)](CHANGELOG.md)
2+
[![Version](https://img.shields.io/badge/version-1.1.3-green.svg)](CHANGELOG.md)
33
[![Min SDK](https://img.shields.io/badge/minSdk-24-orange.svg)](app/build.gradle.kts)
44

55
# FastPix Exoplayer SDK
@@ -42,7 +42,7 @@ repositories {
4242
### Step 2: Add the SDK Dependency to `build.gradle`
4343
```groovy
4444
dependencies {
45-
implementation 'io.fastpix.data:exoplayer:1.1.2'
45+
implementation 'io.fastpix.data:exoplayer:1.1.3'
4646
}
4747
```
4848

exoplayer-data-sdk/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ publishing {
6666
create<MavenPublication>("bar") {
6767
groupId = "io.fastpix.data"
6868
artifactId = "exoplayer"
69-
version = "1.1.2"
69+
version = "1.1.3"
7070
artifact("${buildDir}/outputs/aar/exoplayer-data-sdk-release.aar")
7171

7272
pom.withXml {

exoplayer-data-sdk/src/main/java/io/fastpix/exoplayer_data_sdk/sdkInfo/FastPixExoplayerLibraryInfo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package io.fastpix.exoplayer_data_sdk.sdkInfo
22

33
object FastPixExoplayerLibraryInfo {
44
const val SDK_NAME = "fastpix-media3"
5-
const val SDK_VERSION = "1.1.2"
5+
const val SDK_VERSION = "1.1.3"
66
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ okhttp = "4.12.0"
1010
retrofit = "2.9.0"
1111
junit = "4.13.2"
1212
junitVersion = "1.3.0"
13-
core = "1.2.9"
13+
core = "1.3.0"
1414
espressoCore = "3.7.0"
1515
kotlinxCoroutinesAndroid = "1.8.1"
1616
appcompat = "1.7.1"

0 commit comments

Comments
 (0)