From 7c63b34c29a514ade29195e933a144292d61f641 Mon Sep 17 00:00:00 2001 From: GODARD Tuatini Date: Tue, 16 Aug 2016 16:36:38 +0200 Subject: [PATCH] Bump build number to 1.0.5 --- Readme.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 16958e0..9229d4d 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,7 @@ See the example to see more detail. ## How to install You can install this dependency by downloading the source code or directly via gradle -with the help of [jitpack](https://jitpack.io/private#heetch/Android-country-picker/1.0.4) +with the help of [jitpack](https://jitpack.io/private#heetch/Android-country-picker/1.0.5) ## How to use diff --git a/build.gradle b/build.gradle index 589fa5d..8e574eb 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ android { defaultConfig { minSdkVersion 10 targetSdkVersion 22 - versionCode 104 - versionName "1.0.4" + versionCode 105 + versionName "1.0.5" } buildTypes { release {