Adjusted to use 17 source and 8 target version. Code refactoring. Docs improvements.

This commit is contained in:
2022-04-19 22:15:19 +03:00
parent 5ca31780da
commit 8ca55b15f7
12 changed files with 37 additions and 40 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:1.0')
implementation 'com.github.prominence:openweathermap-api:1.0'
```
### How to use:
+1 -1
View File
@@ -18,7 +18,7 @@
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:1.1')
implementation 'com.github.prominence:openweathermap-api:1.1'
```
### How to use:
+1 -1
View File
@@ -18,7 +18,7 @@
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:1.2')
implementation 'com.github.prominence:openweathermap-api:1.2'
```
### How to use:
+1 -1
View File
@@ -15,7 +15,7 @@
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:2.0.0')
implementation 'com.github.prominence:openweathermap-api:2.0.0'
```
### How to use:
+1 -1
View File
@@ -15,7 +15,7 @@
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:2.0.1')
implementation 'com.github.prominence:openweathermap-api:2.0.1'
```
### How to use:
+1 -1
View File
@@ -16,7 +16,7 @@
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:2.1.0')
implementation 'com.github.prominence:openweathermap-api:2.1.0'
```
### How to use:
+1 -1
View File
@@ -16,7 +16,7 @@
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:2.1.1')
implementation 'com.github.prominence:openweathermap-api:2.1.1'
```
### How to use:
+1 -1
View File
@@ -17,7 +17,7 @@
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:2.2.0')
implementation 'com.github.prominence:openweathermap-api:2.2.0'
```
### How to use:
+1 -1
View File
@@ -21,7 +21,7 @@ Other:
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:2.3.0')
implementation 'com.github.prominence:openweathermap-api:2.3.0'
```
### How to use: