From d23bc852580be91384a27eb8d3e643c2ea8dfbe3 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Thu, 29 Jun 2023 13:11:17 +0200 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c7b2cf..c8fbb0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ > - 🏠 Internal > - 💅 Polish -## Unreleased +## v1.3.0 (2023-06-29) * 🚀 Added `THEOplayerTheme.playerAnimations` to control the animation settings of the various UI components. * 🐛 Fix consuming apps unable to install different version of the THEOplayer Android SDK. diff --git a/gradle.properties b/gradle.properties index c745952..916ffad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,4 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true # The version of the THEOplayer Android UI. -libraryVersion=1.2.0 +libraryVersion=1.3.0