We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3569c5 commit 87804aeCopy full SHA for 87804ae
README.md
@@ -167,7 +167,7 @@ allprojects {
167
168
```
169
dependencies {
170
- implementation 'com.github.AriesHoo:FastLib:2.3.2'
+ implementation 'com.github.AriesHoo:FastLib:x.y.z'
171
}
172
173
@@ -186,7 +186,7 @@ dependencies {
186
<dependency>
187
<groupId>com.github.AriesHoo</groupId>
188
<artifactId>FastLib</artifactId>
189
- <version>2.3.4</version>
+ <version>x.y.z</version>
190
</dependency>
191
192
@@ -205,8 +205,8 @@ implementation project(':fastLib')
205
targetSdkVersion = 28
206
supportVersion = "1.0.0"
207
widgetVersion = "3.2.24"
208
- versionCode = 246
209
- versionName = "2.3.4"
+ versionCode = 247
+ versionName = "2.3.5"
210
211
212
0 commit comments