diff --git a/app/build.gradle b/app/build.gradle index 9fa966c..cd506e8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } } diff --git a/build.gradle b/build.gradle index 6356aab..a6fcfe1 100644 --- a/build.gradle +++ b/build.gradle @@ -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