We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a48155 commit 3d08bf7Copy full SHA for 3d08bf7
app/build.gradle
@@ -61,5 +61,5 @@ dependencies {
61
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version"
62
63
implementation project(':wheel-picker-compose')
64
-// implementation 'com.github.commandiron:WheelPickerCompose:1.0.4'
+// implementation 'com.github.commandiron:WheelPickerCompose:1.0.5'
65
}
wheel-picker-compose/build.gradle
@@ -55,7 +55,7 @@ afterEvaluate {
55
56
groupId = 'com.github.commandiron'
57
artifactId = 'wheel-picker-compose'
58
- version = '1.0.4'
+ version = '1.0.5'
59
60
0 commit comments