Skip to content

Commit

Permalink
Merge pull request #31 from ozcanalasalvar/featıreDefaultSelection
Browse files Browse the repository at this point in the history
release v2.0.5
  • Loading branch information
ozcanalasalvar authored Oct 16, 2023
2 parents 701b831 + c807ae8 commit 7dbff2c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion datepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ publishing {
release(MavenPublication) {
groupId 'com.ozcanalasalvar'
artifactId 'datepicker'
version '2.0.4'
version '2.0.5'
artifact("$buildDir/outputs/aar/datepicker-release.aar")
}
}
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ dependencies {
debugImplementation 'androidx.compose.ui:ui-test-manifest'


implementation 'com.github.ozcanalasalvar.picker:wheelview:2.0.2'
implementation 'com.github.ozcanalasalvar.picker:datepicker:2.0.2'
implementation project(path: ':datepicker')
implementation 'com.github.ozcanalasalvar.picker:wheelview:2.0.4'
implementation 'com.github.ozcanalasalvar.picker:datepicker:2.0.4'
//implementation project(path: ':datepicker')

}
2 changes: 1 addition & 1 deletion wheelview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ publishing {
release(MavenPublication) {
groupId 'com.ozcanalasalvar'
artifactId 'wheelview'
version '1.0.0-alpha05'
version '1.0.0-alpha06'
artifact("$buildDir/outputs/aar/wheelview-release.aar")
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import androidx.compose.ui.unit.dp
fun WheelView(
modifier: Modifier = Modifier,
itemSize: DpSize = DpSize(256.dp, 256.dp),
selection: Int = 3,
selection: Int = 0,
itemCount: Int = 28,
rowOffset: Int = 4,
isEndless: Boolean = true,
Expand Down

0 comments on commit 7dbff2c

Please sign in to comment.