Update target sdk to 34

This commit is contained in:
tomaThomas 2024-10-11 22:58:23 +02:00
parent 1859354f94
commit 28fd3fb218
No known key found for this signature in database
GPG key ID: DEE963DC84059108
13 changed files with 25 additions and 24 deletions

View file

@ -5,12 +5,12 @@ apply plugin: 'kotlin-parcelize'
apply plugin: 'com.google.devtools.ksp'
android {
compileSdk 33
compileSdk 34
namespace "code.name.monkey.retromusic"
defaultConfig {
minSdk 21
targetSdk 33
targetSdk 34
vectorDrawables.useSupportLibrary = true
@ -68,11 +68,11 @@ android {
warning 'ImpliedQuantity', 'Instantiatable', 'MissingQuantity', 'MissingTranslation'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "17"
}
dependenciesInfo {
includeInApk = false