Skip to content

Commit b3501d4

Browse files
Bump compileSdk and targetSdk to API 35 (#64)
1 parent 09ce6b4 commit b3501d4

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
1212
## Unreleased
1313

14+
* 💥 Bumped `compileSdk` to API 35 (Android 15).
1415
* 🚀 Added localization support.
1516
* See `res/values/strings.xml` for the full list of translatable strings, which you can override in your app's `strings.xml`.
1617
* For more information, see [Localize your app on Android Developers](https://developer.android.com/guide/topics/resources/localization).

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 = 34
8+
compileSdk = 35
99

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ androidx-junit = "1.2.1"
1313
androidx-espresso = "3.6.1"
1414
androidx-mediarouter = "1.7.0"
1515
dokka = "2.0.0"
16-
theoplayer = "8.6.2"
16+
theoplayer = "9.2.0"
1717

1818
[libraries]
1919
androidx-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "ktx" }

ui/build.gradle.kts

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

1818
android {
1919
namespace = "com.theoplayer.android.ui"
20-
compileSdk = 34
20+
compileSdk = 35
2121

2222
defaultConfig {
2323
minSdk = 21

0 commit comments

Comments
 (0)