show weather icon

This commit is contained in:
danijoo
2015-12-27 19:58:07 +01:00
parent 9f1bb7c4d2
commit c6af85ddd5
10 changed files with 282 additions and 46 deletions

View File

@@ -1,4 +1,6 @@
apply plugin: 'com.android.application'
// This does not break the build when Android Studio is missing the JRebel for Android plugin.
apply plugin: 'com.zeroturnaround.jrebel.android'
android {
@@ -6,7 +8,7 @@ android {
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "com.example.android.sunshine.wear"
applicationId "com.example.android.sunshine.app"
minSdkVersion 21
targetSdkVersion 23
versionCode 1