From 88a84db210d5e3ad5ea8c1f75c55c3175afcf46c Mon Sep 17 00:00:00 2001 From: Mindy Pereira Date: Tue, 6 Dec 2011 13:28:15 -0800 Subject: Make the Calculator edit text field speak the correctly mathematical content. Previously: 7x9 would be read as "7EX9" when you really want "7 multiplied by 9" Change-Id: I6fd3c1e3d0a40ca8700c10227edbdb445dbb7743 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 4e4f40e..90f5b5f 100644 --- a/Android.mk +++ b/Android.mk @@ -19,7 +19,7 @@ include $(CLEAR_VARS) LOCAL_MODULE_TAGS := optional -LOCAL_STATIC_JAVA_LIBRARIES := libarity android-support-v4 +LOCAL_STATIC_JAVA_LIBRARIES := libarity android-support-v4 guava LOCAL_SRC_FILES := $(call all-java-files-under, src) -- cgit v1.2.3