Skip to content
Snippets Groups Projects
Commit fa6d9307 authored by Sylvain Berfini's avatar Sylvain Berfini :cow:
Browse files

Targetting & compiling for Android 15

parent a95c6fb2
Branches
Tags
1 merge request!1393Linphone 6.0.0
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment