Skip to content

Commit

Permalink
2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
inder123 committed May 1, 2018
1 parent d8857cd commit f77615e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UserGuide.md
Original file line number Diff line number Diff line change
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.3'
compile 'com.google.code.gson:gson:2.8.4'
}
```
## <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.3</version>
<version>2.8.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit f77615e

Please sign in to comment.