change minSdkVersion back to 16

This commit is contained in:
vok
2019-06-19 14:46:20 +07:00
parent 4f36eb1254
commit a96fa33714
4 changed files with 4 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ android {
}
defaultConfig {
applicationId "com.videoplayer"
minSdkVersion 19
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "1.0"

View File

@@ -7,7 +7,7 @@
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-sdk
android:minSdkVersion="19"
android:minSdkVersion="16"
android:targetSdkVersion="28" />
<application