File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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**
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments