aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Hubert <aurel.hubert@gmail.com>2016-04-21 13:44:12 +0200
committerAurelien Hubert <aurel.hubert@gmail.com>2016-04-21 13:44:12 +0200
commitf3e4e3f75f21917b94fb1498b074700b83e42dd1 (patch)
treefc5513946ac21959104ef8216023797a5669a998
parent3d1cf0c024e23cb7e3168b7627c6cab39c7ee0c6 (diff)
downloadandroid_external_ahbottomnavigation-f3e4e3f75f21917b94fb1498b074700b83e42dd1.tar.gz
android_external_ahbottomnavigation-f3e4e3f75f21917b94fb1498b074700b83e42dd1.tar.bz2
android_external_ahbottomnavigation-f3e4e3f75f21917b94fb1498b074700b83e42dd1.zip
Updated versions
-rw-r--r--ahbottomnavigation/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/ahbottomnavigation/build.gradle b/ahbottomnavigation/build.gradle
index b97e8ce..3643a32 100644
--- a/ahbottomnavigation/build.gradle
+++ b/ahbottomnavigation/build.gradle
@@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/aurelhubert/ahbottomnavigation'
gitUrl = 'https://github.com/aurelhubert/ahbottomnavigation.git'
- libraryVersion = '1.1.3'
+ libraryVersion = '1.1.4'
developerId = 'aurelhubert'
developerName = 'Aurelien Hubert'
@@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
- versionCode 20
- versionName "1.1.3"
+ versionCode 21
+ versionName "1.1.4"
}
buildTypes {
release {