diff options
author | Aurelien Hubert <aurel.hubert@gmail.com> | 2016-04-21 13:44:12 +0200 |
---|---|---|
committer | Aurelien Hubert <aurel.hubert@gmail.com> | 2016-04-21 13:44:12 +0200 |
commit | f3e4e3f75f21917b94fb1498b074700b83e42dd1 (patch) | |
tree | fc5513946ac21959104ef8216023797a5669a998 | |
parent | 3d1cf0c024e23cb7e3168b7627c6cab39c7ee0c6 (diff) | |
download | android_external_ahbottomnavigation-f3e4e3f75f21917b94fb1498b074700b83e42dd1.tar.gz android_external_ahbottomnavigation-f3e4e3f75f21917b94fb1498b074700b83e42dd1.tar.bz2 android_external_ahbottomnavigation-f3e4e3f75f21917b94fb1498b074700b83e42dd1.zip |
Updated versions
-rw-r--r-- | ahbottomnavigation/build.gradle | 6 |
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 { |