mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Updated version code to match the one on release/6.0 branch
This commit is contained in:
parent
9ce803667b
commit
77f61c1cfa
1 changed files with 2 additions and 2 deletions
|
|
@ -100,8 +100,8 @@ android {
|
|||
applicationId = packageName
|
||||
minSdk = 28
|
||||
targetSdk = 35
|
||||
versionCode = 600000 // 6.00.000
|
||||
versionName = "6.0.0"
|
||||
versionCode = 600001 // 6.00.000
|
||||
versionName = "6.0.1"
|
||||
|
||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue