Skip to content

Commit

Permalink
Minor Updates, Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KwabenBerko committed Nov 27, 2020
1 parent 5587616 commit 4fbf081
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {
#### Step 2 : Download via ```Gradle```:

```java
implementation 'com.github.KwabenBerko:OpenWeatherMap-Android-Library:2.0.2'
implementation 'com.github.KwabenBerko:OpenWeatherMap-Android-Library:2.1.0'
```

**Note: Remember to include the INTERNET permission to your manifest file**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public OpenWeatherMapHelper(String apiKey){
public void setUnits(String units){
options.put(UNITS, units);
}
public void setLang(String lang) {
public void setLanguage(String lang) {
options.put(LANGUAGE, lang);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@ public void onFailure(Throwable throwable) {
}
});


}


}

0 comments on commit 4fbf081

Please sign in to comment.