Skip to content

Commit 422ca04

Browse files
Merge pull request #57 from THEOplayer/release/1.9.4
Release 1.9.4
2 parents 139702c + f3b74aa commit 422ca04

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
> - 🏠 Internal
1010
> - 💅 Polish
1111
12+
## v1.9.4 (2024-12-18)
13+
14+
* 🐛 Revert to `compileSdk` 34. ([#56](https://github.com/THEOplayer/android-ui/pull/56/))
15+
1216
## v1.9.3 (2024-12-17)
1317

1418
* 💥 Updated to Jetpack Compose version 1.7.5 ([BOM](https://developer.android.com/jetpack/compose/bom) 2024.11.00).

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
77
namespace = "com.theoplayer.android.ui.demo"
8-
compileSdk = 35
8+
compileSdk = 34
99

1010
defaultConfig {
1111
applicationId = "com.theoplayer.android.ui.demo"
1212
minSdk = 21
13-
targetSdk = 35
13+
targetSdk = 34
1414
versionCode = 1
1515
versionName = "1.0"
1616

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ android.nonTransitiveRClass=true
2424
android.nonFinalResIds=true
2525
org.gradle.configuration-cache=true
2626
# The version of the THEOplayer Open Video UI for Android.
27-
version=1.9.3
27+
version=1.9.4

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
gradle = "8.7.3"
33
kotlin-gradle-plugin = "1.9.25"
4-
ktx = "1.15.0"
4+
ktx = "1.13.1"
55
lifecycle-compose = "2.8.7"
66
activity-compose = "1.9.3"
77
appcompat = "1.7.0"

ui/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020

2121
android {
2222
namespace = "com.theoplayer.android.ui"
23-
compileSdk = 35
23+
compileSdk = 34
2424

2525
defaultConfig {
2626
minSdk = 21

0 commit comments

Comments
 (0)