mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Add minSdkVersion note to build.gradle.
This commit is contained in:
parent
a1336978ad
commit
d43d55edeb
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@ android {
|
|||
buildToolsVersion "21.1.2"
|
||||
|
||||
defaultConfig {
|
||||
// Important: ExoPlayerLib specifies a minSdkVersion of 9 because
|
||||
// various components provided by the library may be of use on older
|
||||
// devices. However, please note that the core video playback
|
||||
// functionality provided by the library requires API level 16 or
|
||||
// greater.
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 21
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue