Add minSdkVersion note to build.gradle.
This commit is contained in:
parent
a1336978ad
commit
d43d55edeb
@ -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…
x
Reference in New Issue
Block a user