summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGrace Jia <xiaotonj@google.com>2022-03-30 12:20:56 -0700
committerGrace Jia <xiaotonj@google.com>2022-04-05 12:45:13 -0700
commit16bb0e7854acc5a6821bedc81651cfa579c15b5f (patch)
tree218fff2d6b52e65c893f789d653f1e631e041f80 /build.xml
parent219fe038593350a7d07bfd60a1e434793e5cd439 (diff)
downloadlibphonenumber-16bb0e7854acc5a6821bedc81651cfa579c15b5f.tar.gz
Test: CtsTelephonyTestCases:PhoneNumberUtilsTest Bug: 192062729 Signed-off-by: Grace Jia <xiaotonj@google.com> Change-Id: I6f16bb69fe9d15fa28acc762956b533d44d75b9d
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index aae3fa96..1b89bf23 100644
--- a/build.xml
+++ b/build.xml
@@ -24,7 +24,7 @@
</path>
<path id="test.classpath">
<pathelement location="${classes.dir}"/>
- <pathelement location="${lib.dir}/junit/junit-4.8.1.jar"/>
+ <pathelement location="${lib.dir}/junit/junit-4.13.1.jar"/>
<pathelement location="${jar.dir}/${ant.project.name}-test.jar"/>
<fileset dir="${lib.dir}">
<include name="**/*.jar"/>