From 88e054fa188c2f6e4f8686b3697779603d1b8a72 Mon Sep 17 00:00:00 2001 From: Johnny Villegas Date: Mon, 12 Feb 2018 13:49:39 -0500 Subject: [PATCH 1/2] Add gold color --- app/src/main/java/com/teamtreehouse/funfacts/ColorWheel.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/com/teamtreehouse/funfacts/ColorWheel.java b/app/src/main/java/com/teamtreehouse/funfacts/ColorWheel.java index 8a62442..df8441f 100644 --- a/app/src/main/java/com/teamtreehouse/funfacts/ColorWheel.java +++ b/app/src/main/java/com/teamtreehouse/funfacts/ColorWheel.java @@ -19,7 +19,8 @@ public class ColorWheel { "#e0ab18", // mustard "#637a91", // dark gray "#f092b0", // pink - "#b7c0c7" // light gray + "#b7c0c7", // light gray + "#ddca8b" // gold }; // Method (abilities: things the object can do) From 1ec265541bf8fbf9533f209de267c952511ce397 Mon Sep 17 00:00:00 2001 From: Johnny Villegas Date: Mon, 12 Feb 2018 13:51:14 -0500 Subject: [PATCH 2/2] Add bronze Color --- .idea/.name | 1 - .idea/gradle.xml | 3 +- .idea/misc.xml | 34 +++++++--- .idea/modules.xml | 2 +- FunFacts.iml => FunFacts2.iml | 2 +- app/app.iml | 65 +++++++++++-------- .../teamtreehouse/funfacts/ColorWheel.java | 3 +- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 +- 9 files changed, 70 insertions(+), 46 deletions(-) delete mode 100644 .idea/.name rename FunFacts.iml => FunFacts2.iml (71%) diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 3f76547..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Fun Facts \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index bd4202c..8010b56 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -3,7 +3,7 @@ diff --git a/.idea/misc.xml b/.idea/misc.xml index c9710e6..17958cf 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,17 +3,31 @@ - - - - - - - - - + + + - + diff --git a/.idea/modules.xml b/.idea/modules.xml index 9b2307c..a76b35c 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + diff --git a/FunFacts.iml b/FunFacts2.iml similarity index 71% rename from FunFacts.iml rename to FunFacts2.iml index 5def1bf..a1f0030 100644 --- a/FunFacts.iml +++ b/FunFacts2.iml @@ -1,5 +1,5 @@ - + diff --git a/app/app.iml b/app/app.iml index 1593039..8a8165b 100644 --- a/app/app.iml +++ b/app/app.iml @@ -9,13 +9,9 @@ - + - + + + + - + + + + + + + + + + + + + + + - + - - - - - - - - - - + + + + + + + + + + - - - - - - + + + - - - - + + + \ No newline at end of file diff --git a/app/src/main/java/com/teamtreehouse/funfacts/ColorWheel.java b/app/src/main/java/com/teamtreehouse/funfacts/ColorWheel.java index 8a62442..58a9fd5 100644 --- a/app/src/main/java/com/teamtreehouse/funfacts/ColorWheel.java +++ b/app/src/main/java/com/teamtreehouse/funfacts/ColorWheel.java @@ -19,7 +19,8 @@ public class ColorWheel { "#e0ab18", // mustard "#637a91", // dark gray "#f092b0", // pink - "#b7c0c7" // light gray + "#b7c0c7", // light gray + "#8b4513" // bronze }; // Method (abilities: things the object can do) diff --git a/build.gradle b/build.gradle index 1b7886d..2540ef4 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.3.0' + classpath 'com.android.tools.build:gradle:3.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e7faee0..10415da 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 10 15:27:10 PDT 2013 +#Mon Feb 12 13:29:52 EST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip