Skip to content

Commit a009c85

Browse files
authored
readme: replace version to latest, thx to Nam0101 #859
#859
1 parent bf4ef18 commit a009c85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

APIJSONORM/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Tencent [APIJSON](https://github.com/Tencent/APIJSON) ORM library for remote dep
2121
<dependency>
2222
<groupId>com.github.Tencent</groupId>
2323
<artifactId>APIJSON</artifactId>
24-
<version>8.0.0</version>
24+
<version>8.1.8</version>
2525
</dependency>
2626
```
2727

@@ -45,7 +45,7 @@ Tencent [APIJSON](https://github.com/Tencent/APIJSON) ORM library for remote dep
4545
#### 2. Add the APIJSON dependency in one of your modules(such as `app`)
4646
```gradle
4747
dependencies {
48-
implementation 'com.github.Tencent:APIJSON:8.0.0'
48+
implementation 'com.github.Tencent:APIJSON:8.1.8'
4949
}
5050
```
5151

0 commit comments

Comments
 (0)