Revert "Targetting & compiling for Android 15", it prevents from installing on Android older than 15

This reverts commit 21a96a403406752e9f5793fc696ce61673a042ab.
This commit is contained in:
Sylvain Berfini 2024-05-29 17:40:30 +02:00
parent dcbd978184
commit 61c1079e7c

View file

@ -81,12 +81,12 @@ project.tasks.preBuild.dependsOn("linphoneSdkSource")
android {
namespace = "org.linphone"
compileSdkPreview = "VanillaIceCream"
compileSdk = 34
defaultConfig {
applicationId = packageName
minSdk = 28
targetSdkPreview = "VanillaIceCream"
targetSdk = 34
versionCode = 60000
versionName = "6.0.0"