fix build.gradle

This commit is contained in:
danijoo
2015-12-02 11:09:38 +01:00
parent 03f8219b84
commit 8a7c8b471a
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ android {
}
}
buildTypes.each {
it.buildConfigField 'String', 'OPEN_WEATHER_MAP_API_KEY', MyOpenWeatherMapApiKey
it.buildConfigField 'String', 'OPEN_WEATHER_MAP_API_KEY', "myapikey"
}
}

View File

@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.android.tools.build:gradle:1.5.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files