summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMihai Preda <preda@google.com>2010-03-01 11:53:47 +0100
committerMihai Preda <preda@google.com>2010-03-01 11:53:47 +0100
commitec41ca06876587e14fc80fca3539ddfecab7ef44 (patch)
treebb0aeb14e30377ba75989ab82954c26cda4890df /Android.mk
parentc5b19295774dd0912f31a5652acbef0c5365928e (diff)
downloadandroid_packages_apps_ExactCalculator-ec41ca06876587e14fc80fca3539ddfecab7ef44.tar.gz
android_packages_apps_ExactCalculator-ec41ca06876587e14fc80fca3539ddfecab7ef44.tar.bz2
android_packages_apps_ExactCalculator-ec41ca06876587e14fc80fca3539ddfecab7ef44.zip
Calculator: update arity lib to v2.1.2 to fix log.
Bug 2464487.
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 99e6f55..4008d8c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -31,7 +31,7 @@ include $(BUILD_PACKAGE)
##################################################
include $(CLEAR_VARS)
-LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := libarity:arity-2.0.2.jar
+LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := libarity:arity-2.1.2.jar
include $(BUILD_MULTI_PREBUILT)
# Use the folloing include to make our test apk.