Support Android 14

This commit is contained in:
Samuel Vermeulen 2023-10-02 16:01:49 +02:00
parent 6ed4d7e793
commit 9878d7ba6c

View File

@ -17,14 +17,14 @@ android {
}
}
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "fr.svpro.radiomercure"
minSdk 26
targetSdk 33
versionCode 220
versionName '2.2.0'
targetSdk 34
versionCode 221
versionName '2.2.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}