Disable Google API

This commit is contained in:
mar-v-in 2015-01-31 00:33:03 +01:00
parent a383f58753
commit 2539e4b3be
1 changed files with 1 additions and 6 deletions

View File

@ -25,12 +25,7 @@ dependencies {
}
android {
/**
* Temporarily use Google APIs for the Maps API.
* Maps API v2 will stop redirecting to Maps API v1 in the future so this is
* not a big problem right now.
*/
compileSdkVersion 'Google Inc.:Google APIs:21'
compileSdkVersion 21
buildToolsVersion "21.1.2"
lintOptions.abortOnError false