We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2e65a commit 11e7b06Copy full SHA for 11e7b06
README.md
@@ -70,10 +70,10 @@ repositories {
70
71
dependencies {
72
// Enables Picker without Compose dependencies
73
- implementation("io.github.vinceglb:picker-core:0.3.1")
+ implementation("io.github.vinceglb:picker-core:0.3.2")
74
75
// Enables Picker with Composable utilities
76
- implementation("io.github.vinceglb:picker-compose:0.3.1")
+ implementation("io.github.vinceglb:picker-compose:0.3.2")
77
}
78
```
79
gradle.properties
@@ -23,7 +23,7 @@ RELEASE_SIGNING_ENABLED=true
23
24
# Lib
25
GROUP=io.github.vinceglb
26
-VERSION_NAME=0.3.1
+VERSION_NAME=0.3.2
27
28
POM_NAME=Picker Kotlin
29
POM_DESCRIPTION=File, Medias and Folder Picker for Kotlin Multiplatform and Compose Multiplatform
0 commit comments