summaryrefslogtreecommitdiff
path: root/carrier/pom.xml
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-07-28 16:12:47 +0100
committerPaul Duffin <paulduffin@google.com>2017-08-17 15:05:03 +0100
commit26ddc14ad5a88e8238b3a8450aeb35cc6e6a55ac (patch)
treef034e0496e8d34a227ae12b88cb42627ff247d3a /carrier/pom.xml
parent9313c2ce2fb61213e66adcf8ab4893a5d9c48da1 (diff)
downloadlibphonenumber-26ddc14ad5a88e8238b3a8450aeb35cc6e6a55ac.tar.gz
Upgrade to 8.7.1
Created using ./update-from-external.sh 8.7.1 m -j32 droid adb reboot bootloader fastboot flashall -w m -j32 cts cts-tradefed run cts -m CtsTelephonyTestCases -t android.telephony.cts.PhoneNumberUtilsTest m -j32 libphonenumber-test vogar dx vogar --timeout 0 \ --classpath ${ANDROID_BUILD_TOP}/out/target/common/obj/JAVA_LIBRARIES/libphonenumber-test_intermediates/classes.jack \ com.google.i18n.phonenumbers Bug: 36705773 Test: as above Change-Id: I07781a60d9052347968ea734226e43a5dac5f837
Diffstat (limited to 'carrier/pom.xml')
-rw-r--r--carrier/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/carrier/pom.xml b/carrier/pom.xml
index adbb422e..aabacdc9 100644
--- a/carrier/pom.xml
+++ b/carrier/pom.xml
@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>carrier</artifactId>
- <version>1.56</version>
+ <version>1.66</version>
<packaging>jar</packaging>
<url>https://github.com/googlei18n/libphonenumber/</url>
<parent>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber-parent</artifactId>
- <version>8.3.3</version>
+ <version>8.7.1</version>
</parent>
<build>
@@ -56,12 +56,12 @@
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
- <version>8.3.3</version>
+ <version>8.7.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>prefixmapper</artifactId>
- <version>2.66</version>
+ <version>2.76</version>
</dependency>
</dependencies>