mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Targetting Android 16 Baklava (API level 36)
This commit is contained in:
parent
bab2acb75c
commit
bdb2615300
1 changed files with 2 additions and 2 deletions
|
|
@ -94,12 +94,12 @@ project.tasks.preBuild.dependsOn("linphoneSdkSource")
|
|||
|
||||
android {
|
||||
namespace = "org.linphone"
|
||||
compileSdk = 35
|
||||
compileSdk = 36
|
||||
|
||||
defaultConfig {
|
||||
applicationId = packageName
|
||||
minSdk = 28
|
||||
targetSdk = 35
|
||||
targetSdk = 36
|
||||
versionCode = 600002 // 6.00.002
|
||||
versionName = "6.0.2"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue