From ebe5f3c36ca80df09e6105a14853f20cc8834093 Mon Sep 17 00:00:00 2001 From: John Chaffin Date: Fri, 28 May 2021 15:23:08 -0400 Subject: [PATCH 1/2] added gold and bronze --- .idea/.name | 1 - .idea/compiler.xml | 18 +--- .idea/gradle.xml | 3 + .idea/jarRepositories.xml | 30 ++++++ .idea/misc.xml | 12 +-- .idea/modules.xml | 4 +- .idea/modules/android-fun-facts-github.iml | 20 ++++ .../app/android-fun-facts-github.app.iml | 97 +++++++++++++++++++ .idea/runConfigurations.xml | 1 + FunFacts.iml | 19 ---- app/app.iml | 97 ------------------- app/build.gradle | 34 +++++-- .../teamtreehouse/funfacts/ColorWheel.java | 4 +- build.gradle | 14 ++- gradle.properties | 13 ++- gradle/wrapper/gradle-wrapper.properties | 2 +- 16 files changed, 199 insertions(+), 170 deletions(-) delete mode 100644 .idea/.name create mode 100644 .idea/jarRepositories.xml create mode 100644 .idea/modules/android-fun-facts-github.iml create mode 100644 .idea/modules/app/android-fun-facts-github.app.iml delete mode 100644 FunFacts.iml delete mode 100644 app/app.iml 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/compiler.xml b/.idea/compiler.xml index 96cc43e..fb7f4a8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,22 +1,6 @@ - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index bd4202c..b714862 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,8 +1,10 @@ + diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..f072907 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index c9710e6..33e538b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,17 +3,7 @@ - - - - - - - - - - - + diff --git a/.idea/modules.xml b/.idea/modules.xml index 9b2307c..9dacc3a 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,8 @@ - - + + \ No newline at end of file diff --git a/.idea/modules/android-fun-facts-github.iml b/.idea/modules/android-fun-facts-github.iml new file mode 100644 index 0000000..aa9a74f --- /dev/null +++ b/.idea/modules/android-fun-facts-github.iml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules/app/android-fun-facts-github.app.iml b/.idea/modules/app/android-fun-facts-github.app.iml new file mode 100644 index 0000000..a1fe3fc --- /dev/null +++ b/.idea/modules/app/android-fun-facts-github.app.iml @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml index 7f68460..e497da9 100644 --- a/.idea/runConfigurations.xml +++ b/.idea/runConfigurations.xml @@ -3,6 +3,7 @@