mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Targetting & compiling for Android 15
This commit is contained in:
parent
a95c6fb287
commit
fa6d93076c
1 changed files with 2 additions and 2 deletions
|
|
@ -81,12 +81,12 @@ project.tasks.preBuild.dependsOn("linphoneSdkSource")
|
|||
|
||||
android {
|
||||
namespace = "org.linphone"
|
||||
compileSdk = 34
|
||||
compileSdkPreview = "VanillaIceCream"
|
||||
|
||||
defaultConfig {
|
||||
applicationId = packageName
|
||||
minSdk = 28
|
||||
targetSdk = 34
|
||||
targetSdkPreview = "VanillaIceCream"
|
||||
versionCode = 60000
|
||||
versionName = "6.0.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue