Skip to content

Commit

Permalink
v2.0.2, Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KwabenBerko committed Apr 29, 2019
1 parent 3fb12d7 commit e6e798f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1'
implementation 'com.github.KwabenBerko:OpenWeatherMap-Android-Library:2.0.2'
```

**Note: Remember to include the INTERNET permission to your manifest file**
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ dependencies {
})
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.github.KwabenBerko:OpenWeatherMap-Android-Library:2.0.1'
implementation 'com.github.KwabenBerko:OpenWeatherMap-Android-Library:2.0.2'
testImplementation 'junit:junit:4.12'
}

0 comments on commit e6e798f

Please sign in to comment.