Skip to content

Commit

Permalink
readme.MD file update only
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHasnatBD committed Sep 27, 2018
1 parent 3928937 commit 38c90b6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@
* Using => Tab layout, Fragments, RecyclerView, Retrofit2, Gson, Picasso
* Using OpenWeatherMap API
* Choose Celsius => fahrenheit with SharedPreference
* Retrive Current weather data and 16 day / daily forecast data using API
* Retrive Current weather data and 5 day / 3 hour forecast data using API
* Working with Current Location using GPS / Celluar Network
* Searching City to know weather
* Notification with UV alert and more

#### Some Screenshots of this app
Current Weather | 5 Days Weather
:------------------------------------------:|:-----------------------------------------:
<img src="files/current.png" width="200"> | <img src="files/forecast.png" width="200">

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.0'


// NOTE: Do not place your application dependencies here; they belong
Expand Down
Binary file added files/current.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/forecast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Sep 12 20:55:04 BDT 2018
#Thu Sep 27 17:37:30 BDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 comments on commit 38c90b6

Please sign in to comment.