From 538524fccbd0f1e66d4a5a7b5bc01dbc46458e7c Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Thu, 13 Jul 2023 17:14:42 +0200 Subject: [PATCH] 1.3.3 --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb3415..9c4f959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ > - 🏠 Internal > - 💅 Polish -## Unreleased +## v1.3.3 (2023-07-13) * 💅 `UIController` now sizes itself to match the video's aspect ratio, except if this were to conflict with a different size constraint (such as `Modifier.fillMaxSize()`). diff --git a/gradle.properties b/gradle.properties index c225e49..45097ae 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.3.2 +libraryVersion=1.3.3