Skip to content

Commit

Permalink
v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcanalasalvar committed Oct 12, 2023
1 parent fc9e556 commit f08e2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/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 '1.1.4'
version '1.1.5'
artifact("$buildDir/outputs/aar/library-release.aar")
}
}
Expand All @@ -64,5 +64,5 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'com.google.android.material:material:1.9.0'

implementation ("com.github.ozcanalasalvar:wheelview:1.0.1")
api ("com.github.ozcanalasalvar:wheelview:1.0.1")
}

0 comments on commit f08e2eb

Please sign in to comment.