Change API level into 21

Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
camera2
Leo Ma 8 years ago
parent 39b31a24dd
commit ecb473300d

@ -6,7 +6,7 @@ android {
defaultConfig { defaultConfig {
applicationId "net.ossrs.yasea.demo" applicationId "net.ossrs.yasea.demo"
minSdkVersion 16 minSdkVersion 21
targetSdkVersion 22 targetSdkVersion 22
versionCode 1 versionCode 1
versionName "2.6" versionName "2.6"

@ -5,7 +5,7 @@ android {
buildToolsVersion "26.0.2" buildToolsVersion "26.0.2"
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 21
targetSdkVersion 22 targetSdkVersion 22
versionCode 1 versionCode 1
versionName "2.6" versionName "2.6"

Loading…
Cancel
Save