File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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 @@ allprojects {
2929Add the dependency
3030``` Groovy
3131dependencies {
32- compile 'com.github.GwonHyeok:StickySwitch:0.0.12 '
32+ compile 'com.github.GwonHyeok:StickySwitch:0.0.13 '
3333}
3434```
3535
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
1111 minSdkVersion 15
1212 targetSdkVersion 25
1313 versionCode 1
14- versionName " 0.0.12 "
14+ versionName " 0.0.13 "
1515 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1616
1717 }
@@ -44,7 +44,7 @@ publish {
4444 userOrg = ' ghyeok'
4545 groupId = ' io.ghyeok.lib'
4646 artifactId = ' sticky-switch'
47- publishVersion = ' 0.0.12 '
47+ publishVersion = ' 0.0.13 '
4848 desc = ' Sticky Switch'
4949 website = ' https://github.com/GwonHyeok/StickySwitch'
5050 issueTracker = ' https://github.com/GwonHyeok/StickySwitch/issues'
You can’t perform that action at this time.
0 commit comments