Add minSdkVersion note to build.gradle.

This commit is contained in:
Oliver Woodman 2015-04-22 16:20:12 +01:00
parent a1336978ad
commit d43d55edeb

View File

@ -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
}