summaryrefslogtreecommitdiff
path: root/carrier/pom.xml
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2018-11-20 11:47:05 +0000
committerPaul Duffin <paulduffin@google.com>2018-11-20 14:13:22 +0000
commit174e60f8d8a3adc780565d55013902402344e8b1 (patch)
tree89573f53edf9215f65f08e03c46d0a125804e950 /carrier/pom.xml
parent8b412270f9a9c5c066ee7c5854055b3e5ab1335f (diff)
downloadlibphonenumber-174e60f8d8a3adc780565d55013902402344e8b1.tar.gz
Upgrade to 8.9.16
Created using ./update-from-external.sh 8.9.16 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.jar \ com.google.i18n.phonenumbers Bug: 112782289 Test: see above Change-Id: Ife8d4253a61661ec88157b9995d777fbd2d43ca1
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 955dd612..1dd81aa3 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.89</version>
+ <version>1.95</version>
<packaging>jar</packaging>
<url>https://github.com/googlei18n/libphonenumber/</url>
<parent>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber-parent</artifactId>
- <version>8.9.10</version>
+ <version>8.9.16</version>
</parent>
<build>
@@ -56,12 +56,12 @@
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
- <version>8.9.10</version>
+ <version>8.9.16</version>
</dependency>
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>prefixmapper</artifactId>
- <version>2.99</version>
+ <version>2.105</version>
</dependency>
</dependencies>