From d75760e3df0bdc2127865eedbfd3c110097d26e5 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Thu, 13 Jul 2023 13:32:57 +0200 Subject: [PATCH] 1.3.2 --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f73f32c..55a8cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ > - 🏠 Internal > - 💅 Polish +## v1.3.2 (2023-07-13) + +* 🏠 Publish to THEOplayer's own Maven repository. + ## v1.3.1 (2023-06-30) * 🚀 Added `Player.source`, `.videoWidth` and `.videoHeight` properties. diff --git a/gradle.properties b/gradle.properties index 1b73bf3..c225e49 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.1 +libraryVersion=1.3.2