Skip to content

Commit

Permalink
update dependencies, and build ver
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmogBaku committed Oct 17, 2016
1 parent 0a584aa commit efce371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions intlphoneinput/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
buildToolsVersion "24.0.3"

defaultConfig {
minSdkVersion 14
Expand All @@ -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"
}
Expand Down

0 comments on commit efce371

Please sign in to comment.