Update version number in UserGuide.md and proto/pom.xml.
This commit is contained in:
parent
121bcede96
commit
466ca72916
@ -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 {
|
||||
implementation 'com.google.code.gson:gson:2.8.8'
|
||||
implementation 'com.google.code.gson:gson:2.8.9'
|
||||
}
|
||||
```
|
||||
## <a name="TOC-Gson-With-Maven"></a>Using Gson with Maven
|
||||
@ -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.8</version>
|
||||
<version>2.8.9</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -55,7 +55,7 @@
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.8.8</version>
|
||||
<version>2.8.9</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user