Skip to content

Commit

Permalink
Java 1.8 is the new minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse committed Sep 24, 2018
1 parent 6912dbc commit ab013ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ contribute, please read [How to Contribute][contrib].

## Requirements

- Java 1.7 or later.
- Java 1.8 or later.
- A Google Maps API key.

### API keys
Expand Down Expand Up @@ -108,9 +108,9 @@ when you start using `google-maps-services`.
<version>(insert latest version)</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>1.7.25</version>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
</dependency>
```

Expand All @@ -123,7 +123,7 @@ repositories {
dependencies {
compile 'com.google.maps:google-maps-services:(insert latest version)'
compile 'org.slf4j:slf4j-nop:1.7.25'
compile 'org.slf4j:slf4j-simple:1.7.25'
}
```

Expand Down

0 comments on commit ab013ba

Please sign in to comment.