aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Hubert <aurel.hubert@gmail.com>2016-06-08 15:41:34 +0200
committerJoey Rizzoli <joey@cyanogenmoditalia.it>2016-06-09 22:52:29 +0200
commit27658ee4d5e11258f3166f55c77d60b303fcdb40 (patch)
treedffcd97116fb4f4d97d2079e1073d3c29f4717e0
parent5c903576ab602c11722218fc95e2ba9af79cf220 (diff)
downloadandroid_external_ahbottomnavigation-27658ee4d5e11258f3166f55c77d60b303fcdb40.tar.gz
android_external_ahbottomnavigation-27658ee4d5e11258f3166f55c77d60b303fcdb40.tar.bz2
android_external_ahbottomnavigation-27658ee4d5e11258f3166f55c77d60b303fcdb40.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 5097275..54e3453 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.3'
+ libraryVersion = '1.3.0'
developerId = 'aurelhubert'
developerName = 'Aurelien Hubert'
@@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
- versionCode 29
- versionName "1.2.3"
+ versionCode 30
+ versionName "1.3.0"
}
buildTypes {
release {