Fix TargetSDK 35 (Android 15)

This commit is contained in:
2025-07-05 16:04:54 +02:00
parent 92a06c77ac
commit 45d6ea49bf

View File

@@ -17,14 +17,14 @@ android {
}
}
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "fr.svpro.radiomercure"
minSdk 26
targetSdk 34
versionCode 230
versionName '2.3.0'
targetSdk 35
versionCode 231
versionName '2.3.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}