Skip to content

Commit 95e0928

Browse files
committed
commit.
1 parent f59b1c7 commit 95e0928

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ dependencies {
6161
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version"
6262

6363
implementation project(':wheel-picker-compose')
64+
// implementation 'com.github.commandiron:WheelPickerCompose:1.0'
6465
}

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencyResolutionManagement {
1010
repositories {
1111
google()
1212
mavenCentral()
13+
maven { url 'https://jitpack.io' }
1314
}
1415
}
1516
rootProject.name = "WheelPickerCompose"

0 commit comments

Comments
 (0)