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 f59b1c7 commit 95e0928Copy full SHA for 95e0928
app/build.gradle
@@ -61,4 +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'
65
}
settings.gradle
@@ -10,6 +10,7 @@ dependencyResolutionManagement {
10
repositories {
11
google()
12
mavenCentral()
13
+ maven { url 'https://jitpack.io' }
14
15
16
rootProject.name = "WheelPickerCompose"
0 commit comments