From f288f2482b017a05584515d613c3bbd41d38d040 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Wed, 28 Aug 2024 13:02:22 +0200 Subject: [PATCH] 1.7.2 --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e25ab5..9ccc497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ > - 🏠 Internal > - 💅 Polish -## Unreleased +## v1.7.2 (2024-08-28) * 🐛 Fixed ad clickthrough not working. ([#33](https://github.com/THEOplayer/android-ui/pull/33)) * 🐛 Fixed UI not re-appearing after playing an ad. ([#33](https://github.com/THEOplayer/android-ui/pull/33)) diff --git a/gradle.properties b/gradle.properties index 7e5bb1f..076661d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,4 +24,4 @@ android.nonTransitiveRClass=true android.nonFinalResIds=true org.gradle.configuration-cache=true # The version of the THEOplayer Open Video UI for Android. -libraryVersion=1.7.1 +libraryVersion=1.7.2