2.1.1 version implementation.

This commit is contained in:
Alexey Zinchenko
2021-04-15 00:00:48 +03:00
committed by GitHub
parent 4cfa8ab843
commit e594ffb7ad
8 changed files with 575 additions and 36 deletions
+2 -2
View File
@@ -26,14 +26,14 @@ Paid:
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:2.1.0')
compile('com.github.prominence:openweathermap-api:2.1.1')
```
### Documentation