File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
buildSrc/src/main/kotlin/com/skydoves/powerspinner Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Add the dependency below to your module's build.gradle file:
2929
3030``` gradle
3131dependencies {
32- implementation "com.github.skydoves:powerspinner:1.2.2 "
32+ implementation "com.github.skydoves:powerspinner:1.2.3 "
3333}
3434```
3535
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ object Configuration {
2222 const val minSdk = 17
2323 const val majorVersion = 1
2424 const val minorVersion = 2
25- const val patchVersion = 2
25+ const val patchVersion = 3
2626 const val versionName = " $majorVersion .$minorVersion .$patchVersion "
27- const val versionCode = 23
27+ const val versionCode = 24
2828 const val snapshotVersionName = " $majorVersion .$minorVersion .${patchVersion + 1 } -SNAPSHOT"
2929 const val artifactGroup = " com.github.skydoves"
3030}
You can’t perform that action at this time.
0 commit comments