mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Fix minSdkVersion for demo app
This commit is contained in:
parent
e4ae7e08db
commit
b398c594fa
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ android {
|
|||
buildToolsVersion "19.1"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 9
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 19
|
||||
}
|
||||
buildTypes {
|
||||
|
|
|
|||
Loading…
Reference in a new issue