We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa7b46 commit 673e66aCopy full SHA for 673e66a
1 file changed
README.md
@@ -22,13 +22,13 @@ Supported Compose versions:
22
23
Add the dependency to your commonMain sourceSet (KMP) / Android dependencies (android only):
24
```kotlin
25
-implementation("io.github.kalinjul.easydocumentscan:documentscanner-compose:0.3.2")
+implementation("io.github.kalinjul.easydocumentscan:documentscanner-compose:0.4.0")
26
```
27
28
Or, for your libs.versions.toml:
29
```toml
30
[versions]
31
-easydocumentscanner = "0.3.2"
+easydocumentscanner = "0.4.0"
32
[libraries]
33
easydocumentscanner-compose = { module = "io.github.kalinjul.easydocumentscan:documentscanner-compose", version.ref = "easydocumentscanner" }
34
easydocumentscanner-core = { module = "io.github.kalinjul.easydocumentscan:documentscanner-core", version.ref = "easydocumentscanner" }
0 commit comments