aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Hubert <aurel.hubert@gmail.com>2016-05-25 12:12:58 +0200
committerAurelien Hubert <aurel.hubert@gmail.com>2016-05-25 12:12:58 +0200
commita8df9c85c1ef260d2e2c1d26c7761e1ecaf4c0d1 (patch)
tree7e111f88c96d3205db388567531dc4a8836696f5
parent2177843e9d2460f2ac2a1bd2a2ecc9a37bc105f0 (diff)
downloadandroid_external_ahbottomnavigation-a8df9c85c1ef260d2e2c1d26c7761e1ecaf4c0d1.tar.gz
android_external_ahbottomnavigation-a8df9c85c1ef260d2e2c1d26c7761e1ecaf4c0d1.tar.bz2
android_external_ahbottomnavigation-a8df9c85c1ef260d2e2c1d26c7761e1ecaf4c0d1.zip
Updated version
-rw-r--r--ahbottomnavigation/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/ahbottomnavigation/build.gradle b/ahbottomnavigation/build.gradle
index 6e20f45..5097275 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.2.2'
+ libraryVersion = '1.2.3'
developerId = 'aurelhubert'
developerName = 'Aurelien Hubert'
@@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
- versionCode 28
- versionName "1.2.2"
+ versionCode 29
+ versionName "1.2.3"
}
buildTypes {
release {