Skip to content

Commit

Permalink
Revert to compileSdk 34 (#56)
Browse files Browse the repository at this point in the history
Also revert to androidx.core:core-ktx 1.13.1
  • Loading branch information
MattiasBuelens authored Dec 18, 2024
1 parent 139702c commit 6caa57e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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
## Unreleased

* 🐛 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/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 6caa57e

Please sign in to comment.