Bump Android compile & target version to 33 (Android 13)

This commit is contained in:
Niels van Velzen
2022-09-10 11:03:03 +02:00
committed by Niels van Velzen
parent ae12625366
commit d984792e2d
6 changed files with 16 additions and 12 deletions

View File

@@ -8,11 +8,11 @@ plugins {
android {
namespace = "org.jellyfin.androidtv"
compileSdk = 32
compileSdk = 33
defaultConfig {
minSdk = 21
targetSdk = 32
targetSdk = 33
// Release version
applicationId = namespace

View File

@@ -5,11 +5,11 @@ plugins {
}
android {
compileSdk = 32
compileSdk = 33
defaultConfig {
minSdk = 21
targetSdk = 32
targetSdk = 33
}
sourceSets["main"].java.srcDirs("src/main/kotlin")

View File

@@ -4,11 +4,11 @@ plugins {
}
android {
compileSdk = 32
compileSdk = 33
defaultConfig {
minSdk = 21
targetSdk = 32
targetSdk = 33
}
sourceSets["main"].java.srcDirs("src/main/kotlin")
@@ -28,6 +28,10 @@ dependencies {
// Jellyfin
implementation(projects.playback.core)
// Kotlin
implementation(libs.kotlinx.coroutines)
implementation(libs.kotlinx.coroutines.guava)
// ExoPlayer
implementation(libs.exoplayer)

View File

@@ -4,11 +4,11 @@ plugins {
}
android {
compileSdk = 32
compileSdk = 33
defaultConfig {
minSdk = 21
targetSdk = 32
targetSdk = 33
}
sourceSets["main"].java.srcDirs("src/main/kotlin")

View File

@@ -4,11 +4,11 @@ plugins {
}
android {
compileSdk = 32
compileSdk = 33
defaultConfig {
minSdk = 21
targetSdk = 32
targetSdk = 33
}
buildFeatures {

View File

@@ -4,11 +4,11 @@ plugins {
}
android {
compileSdk = 32
compileSdk = 33
defaultConfig {
minSdk = 21
targetSdk = 32
targetSdk = 33
}
buildFeatures {