summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMihai Preda <preda@google.com>2010-02-03 17:46:59 +0100
committerMihai Preda <preda@google.com>2010-02-03 17:46:59 +0100
commite45685636591907c096384ffc3699b60d7875417 (patch)
tree9cf5369dcc02834ad8339be7d815838fd8979863 /Android.mk
parentbc0233ccec20daad5a571d481a09d24e7ae23cca (diff)
downloadandroid_packages_apps_ExactCalculator-e45685636591907c096384ffc3699b60d7875417.tar.gz
android_packages_apps_ExactCalculator-e45685636591907c096384ffc3699b60d7875417.tar.bz2
android_packages_apps_ExactCalculator-e45685636591907c096384ffc3699b60d7875417.zip
Use newer version of arity lib to get bugfixes.
Bug 2399991, 1793578.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c2e322e..99e6f55 100644
--- a/Android.mk
+++ b/Android.mk
@@ -31,7 +31,7 @@ include $(BUILD_PACKAGE)
##################################################
include $(CLEAR_VARS)
-LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := libarity:arity-1.3.3.jar
+LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := libarity:arity-2.0.2.jar
include $(BUILD_MULTI_PREBUILT)
# Use the folloing include to make our test apk.