mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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"
|
buildToolsVersion "19.1"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 9
|
minSdkVersion 16
|
||||||
targetSdkVersion 19
|
targetSdkVersion 19
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue