File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ There are two different flavors available on `mavenCentral()`:
18
18
| V2 model is used (possibly faster, more accurate) | currently V1 model will be downloaded
19
19
``` kotlin
20
20
// bundled:
21
- implementation(" io.github.g00fy2.quickie:quickie-bundled:1.1.0 " )
21
+ implementation(" io.github.g00fy2.quickie:quickie-bundled:1.1.1 " )
22
22
23
23
// unbundled:
24
- implementation(" io.github.g00fy2.quickie:quickie-unbundled:1.1.0 " )
24
+ implementation(" io.github.g00fy2.quickie:quickie-unbundled:1.1.1 " )
25
25
```
26
26
27
27
## Quick Start
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
}
44
44
45
45
group = " io.github.g00fy2.quickie"
46
- version = " 1.1.0 "
46
+ version = " 1.1.1 "
47
47
48
48
tasks.register<Jar >(" androidJavadocJar" ) {
49
49
archiveClassifier.set(" javadoc" )
You can’t perform that action at this time.
0 commit comments