Skip to content

Commit

Permalink
Merge pull request #57 from THEOplayer/release/1.9.4
Browse files Browse the repository at this point in the history
Release 1.9.4
  • Loading branch information
MattiasBuelens authored Dec 18, 2024
2 parents 139702c + f3b74aa commit 422ca04
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
> - 🏠 Internal
> - 💅 Polish
## v1.9.4 (2024-12-18)

* 🐛 Revert to `compileSdk` 34. ([#56](https://github.com/THEOplayer/android-ui/pull/56/))

## v1.9.3 (2024-12-17)

* 💥 Updated to Jetpack Compose version 1.7.5 ([BOM](https://developer.android.com/jetpack/compose/bom) 2024.11.00).
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace = "com.theoplayer.android.ui.demo"
compileSdk = 35
compileSdk = 34

defaultConfig {
applicationId = "com.theoplayer.android.ui.demo"
minSdk = 21
targetSdk = 35
targetSdk = 34
versionCode = 1
versionName = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
version=1.9.3
version=1.9.4
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
gradle = "8.7.3"
kotlin-gradle-plugin = "1.9.25"
ktx = "1.15.0"
ktx = "1.13.1"
lifecycle-compose = "2.8.7"
activity-compose = "1.9.3"
appcompat = "1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {

android {
namespace = "com.theoplayer.android.ui"
compileSdk = 35
compileSdk = 34

defaultConfig {
minSdk = 21
Expand Down

0 comments on commit 422ca04

Please sign in to comment.