From f4f3c2db8804fabcbfb8338eb343e79deb2ed652 Mon Sep 17 00:00:00 2001 From: GwonHyeok Date: Tue, 31 Dec 2019 14:54:43 +0900 Subject: [PATCH] =?UTF-8?q?Release=20v0.0.16=20=F0=9F=8E=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- stickyswitch/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1652af1..4143a9a 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/stickyswitch/build.gradle b/stickyswitch/build.gradle index 4d68995..115f208 100644 --- a/stickyswitch/build.gradle +++ b/stickyswitch/build.gradle @@ -12,7 +12,7 @@ android { minSdkVersion 15 targetSdkVersion 29 versionCode 1 - versionName "0.0.15" + versionName "0.0.16" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -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'