Skip to content

Commit

Permalink
Revert to compileSdk 34
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Dec 18, 2024
1 parent 139702c commit 2a9a21c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.

## 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 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 2a9a21c

Please sign in to comment.