mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-22 06:08:09 +00:00
Revert "Targetting & compiling for Android 15", it prevents from installing on Android older than 15
This reverts commit 21a96a403406752e9f5793fc696ce61673a042ab.
This commit is contained in:
parent
dcbd978184
commit
61c1079e7c
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue