change minSdkVersion back to 16

(cherry picked from commit a96fa33714)
This commit is contained in:
vok 2019-06-19 14:46:20 +07:00 committed by Daniel Mariño
parent 88d3a4a0ba
commit 6bd8f33f0e

View File

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