Skip to content

Commit

Permalink
Updated User Guide for 2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
inder123 committed May 22, 2018
1 parent 986d3fb commit 5184e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UserGuide.md
Expand Up @@ -74,7 +74,7 @@ The Gson instance does not maintain any state while invoking Json operations. So
## <a name="TOC-Gson-With-Gradle"></a>Using Gson with Gradle/Android
```
dependencies {
compile 'com.google.code.gson:gson:2.8.4'
compile 'com.google.code.gson:gson:2.8.5'
}
```
## <a name="TOC-Gson-With-Maven"></a>Using Gson with Maven
Expand All @@ -86,7 +86,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.4</version>
<version>2.8.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5184e71

Please sign in to comment.