From efce371d3b03ab00e5dd3aa03790ac18e8289fb9 Mon Sep 17 00:00:00 2001 From: AlmogBaku Date: Mon, 17 Oct 2016 13:28:26 +0300 Subject: [PATCH] update dependencies, and build ver --- intlphoneinput/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/intlphoneinput/build.gradle b/intlphoneinput/build.gradle index b096d894..5e4690f8 100644 --- a/intlphoneinput/build.gradle +++ b/intlphoneinput/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 24 - buildToolsVersion "24.0.2" + buildToolsVersion "24.0.3" defaultConfig { minSdkVersion 14 @@ -19,13 +19,13 @@ android { } dependencies { - compile 'com.googlecode.libphonenumber:libphonenumber:7.2.1' + compile 'com.googlecode.libphonenumber:libphonenumber:7.7.2' compile 'com.android.support:appcompat-v7:24.2.1' } ext { groupId = 'net.rimoto' - versionId = '0.9.3' + versionId = '0.9.4' gitProjectUrl = "https://github.com/rimoto/IntlPhoneInput" gitUrl = "https://github.com/rimoto/IntlPhoneInput.git" }