Skip to content

Commit e0a222d

Browse files
authored
doc: replace version to latest, thx to Nam0101 #859
#859
2 parents 40de470 + a009c85 commit e0a222d

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>LATEST</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:latest'
48+
implementation 'com.github.Tencent:APIJSON:8.1.8'
4949
}
5050
```
5151

0 commit comments

Comments
 (0)