Skip to content

Commit 9262e1b

Browse files
committed
Updated README.md and Sample
1 parent bbee8a7 commit 9262e1b

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

0 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects {
2222
#### Step 2 : Download via ```Gradle```:
2323

2424
```java
25-
compile 'com.github.KwabenBerko:OpenWeatherMap-Android-Library:v1.1.2'
25+
implementation 'com.github.KwabenBerko:OpenWeatherMap-Android-Library:2.0.0'
2626
```
2727

2828
**Note: Remember to include the INTERNET permission to your manifest file**

sample/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies {
2626
})
2727
implementation 'com.android.support:appcompat-v7:28.0.0'
2828
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
29-
//implementation 'com.github.KwabenBerko:OpenWeatherMap-Android-Library:v1.1.2'
30-
implementation project(":openweathermaphelper")
29+
implementation 'com.github.KwabenBerko:OpenWeatherMap-Android-Library:2.0.0'
3130
testImplementation 'junit:junit:4.12'
3231
}

0 commit comments

Comments
 (0)