Skip to content

Commit

Permalink
Release v0.0.16 🎁
Browse files Browse the repository at this point in the history
  • Loading branch information
GwonHyeok committed Dec 31, 2019
1 parent d354b38 commit f4f3c2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ allprojects {
Add the dependency
```Groovy
dependencies {
implementation 'com.github.GwonHyeok:StickySwitch:0.0.15'
implementation 'com.github.GwonHyeok:StickySwitch:0.0.16'

This comment has been minimized.

Copy link
@SIdjagtap83

SIdjagtap83 May 5, 2020

This throws me an error
_ERROR: Failed to resolve: com.github.GwonHyeok:StickySwitch:0.0.16
Show in Project Structure dialog
Affected Modules: app
can you help??

}
```

Expand Down
4 changes: 2 additions & 2 deletions stickyswitch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 15
targetSdkVersion 29
versionCode 1
versionName "0.0.15"
versionName "0.0.16"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

}
Expand Down Expand Up @@ -46,7 +46,7 @@ publish {
userOrg = 'ghyeok'
groupId = 'io.ghyeok.lib'
artifactId = 'sticky-switch'
publishVersion = '0.0.15'
publishVersion = '0.0.16'
desc = 'Sticky Switch'
website = 'https://github.com/GwonHyeok/StickySwitch'
issueTracker = 'https://github.com/GwonHyeok/StickySwitch/issues'
Expand Down

0 comments on commit f4f3c2d

Please sign in to comment.