Version is actually 2.8.0

This commit is contained in:
Jake Wharton 2016-11-08 11:17:33 -05:00 committed by GitHub
parent b1eeae53bc
commit a786628318
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ To use Gson with Maven2/3, you can use the Gson version available in Maven Centr
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8</version>
<version>2.8.0</version>
<scope>compile</scope>
</dependency>
</dependencies>