File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
55
66android {
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
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ android.nonTransitiveRClass=true
2424android.nonFinalResIds =true
2525org.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
Original file line number Diff line number Diff line change 11[versions ]
22gradle = " 8.7.3"
33kotlin-gradle-plugin = " 1.9.25"
4- ktx = " 1.15.0 "
4+ ktx = " 1.13.1 "
55lifecycle-compose = " 2.8.7"
66activity-compose = " 1.9.3"
77appcompat = " 1.7.0"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
2020
2121android {
2222 namespace = " com.theoplayer.android.ui"
23- compileSdk = 35
23+ compileSdk = 34
2424
2525 defaultConfig {
2626 minSdk = 21
You can’t perform that action at this time.
0 commit comments