Skip to content

Commit 87804ae

Browse files
author
Aries Hoo²⁰¹⁹
authored
Update README.md
1 parent a3569c5 commit 87804ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ allprojects {
167167

168168
```
169169
dependencies {
170-
implementation 'com.github.AriesHoo:FastLib:2.3.2'
170+
implementation 'com.github.AriesHoo:FastLib:x.y.z'
171171
}
172172
```
173173

@@ -186,7 +186,7 @@ dependencies {
186186
<dependency>
187187
<groupId>com.github.AriesHoo</groupId>
188188
<artifactId>FastLib</artifactId>
189-
<version>2.3.4</version>
189+
<version>x.y.z</version>
190190
</dependency>
191191
```
192192

@@ -205,8 +205,8 @@ implementation project(':fastLib')
205205
targetSdkVersion = 28
206206
supportVersion = "1.0.0"
207207
widgetVersion = "3.2.24"
208-
versionCode = 246
209-
versionName = "2.3.4"
208+
versionCode = 247
209+
versionName = "2.3.5"
210210
```
211211

212212
```

0 commit comments

Comments
 (0)