mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Increased min SDK version to 23 (new SDK minimum caused by audio devices API)
This commit is contained in:
parent
fcf4ab9f9e
commit
ef6c605d34
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ android {
|
|||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.2"
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 29
|
||||
versionCode 4300
|
||||
versionName "${project.version}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue