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