summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-04-13 10:57:01 -0700
committerMindy Pereira <mindyp@google.com>2012-04-24 15:37:59 -0700
commitc35ca0c3f57ccc4da2bcc1dd72fbb5c9467b9a3c (patch)
treea85fac3fd93916c6e85b8ffc0dc2165cfe750ac8 /Android.mk
parenta916191f6b6920e3c442ecb4bc61c9bf27b40f00 (diff)
downloadandroid_packages_apps_UnifiedEmail-c35ca0c3f57ccc4da2bcc1dd72fbb5c9467b9a3c.tar.gz
android_packages_apps_UnifiedEmail-c35ca0c3f57ccc4da2bcc1dd72fbb5c9467b9a3c.tar.bz2
android_packages_apps_UnifiedEmail-c35ca0c3f57ccc4da2bcc1dd72fbb5c9467b9a3c.zip
new notif
This shows only the collapsed version and ticker, as described here: http://android-ux.hot.corp.google.com/www/Jellybean/Gmail/Gmail_JB_Notifications.pdf?iframe=true&width=95%&height=95% The start of work for expanded is in there, but I don't currently seem to be able to show both at once or trigger the correct one, so will check in with expanded turned on and fully working in the next cl. Change-Id: I7a1de6c14d1c38e1ff205995aeedeb822b04e3fd
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 0645794d2..d122807c7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -32,7 +32,7 @@ LOCAL_STATIC_JAVA_LIBRARIES += com.android.emailcommon
LOCAL_STATIC_JAVA_LIBRARIES += android-support-v4
LOCAL_STATIC_JAVA_LIBRARIES += android-support-v13
-LOCAL_SDK_VERSION := 14
+LOCAL_SDK_VERSION := current
LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs)) \
$(call all-logtags-files-under, $(src_dirs))