change minSdkVersion back to 16
(cherry picked from commit a96fa33714c76923df927e59c54b09d594ca9ae5)
This commit is contained in:
parent
88d3a4a0ba
commit
6bd8f33f0e
@ -91,7 +91,7 @@ android {
|
|||||||
}
|
}
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.videoplayer"
|
applicationId "com.videoplayer"
|
||||||
minSdkVersion 19
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user