Skip to content

Commit

Permalink
Remove .gradle files from .gitignore
Browse files Browse the repository at this point in the history
README also edited
  • Loading branch information
Protino committed Aug 5, 2016
1 parent b1b46be commit 14e27a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*.iml
.gradle
/.idea
/local.properties
/.idea/workspace.xml
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
I had completed 70% of the Sunshine app almost 3 months. I've started the android developer nanodegree course in Udacity
and found they used the same app to teach. I was in a dilemma of whether to skip forward and get going with projects. But, I decided to
redo the Sunshine app from the beginning to review my knowledge.
redo the Sunshine app from the beginning to review my knowledge.

**Build steps**
1. Clone the repository
2. Create gradle.properties in the root folder
3. Initialize the following variable in the file

`MyOpenWeatherMapApiKey = "[YOUR_API_KEY_HERE]"`

You can get an API_KEY from <a href="http://openweathermap.org">Open Weather</a>

Please report issues with log errors if not possible, screenshots will do.

0 comments on commit 14e27a9

Please sign in to comment.