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 c0b8820 commit 8716a0fCopy full SHA for 8716a0f
README.md
@@ -18,10 +18,10 @@ There are two different flavors available on `mavenCentral()`:
18
19
```kotlin
20
// bundled:
21
-implementation("io.github.g00fy2.quickie:quickie-bundled:1.8.0")
+implementation("io.github.g00fy2.quickie:quickie-bundled:1.10.0")
22
23
// unbundled:
24
-implementation("io.github.g00fy2.quickie:quickie-unbundled:1.8.0")
+implementation("io.github.g00fy2.quickie:quickie-unbundled:1.10.0")
25
```
26
27
## Quick Start
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-quickie = "1.9.0"
+quickie = "1.10.0"
3
4
androidconfig-minSdk = "21"
5
androidconfig-compileSdk = "34"
0 commit comments