Correctly set minSdkVersion for NetworkLocation flavor

This commit is contained in:
mar-v-in 2015-01-07 15:47:38 +01:00
parent 9f9e485131
commit e615270433
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ android {
productFlavors {
NetworkLocation {
applicationId = 'com.google.android.gms'
minSdkVersion 19
}
LegacyNetworkLocation {
applicationId = 'com.google.android.location'