aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-12-09 13:38:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-12-09 13:38:45 +0000
commitc85b00aa34e729f63c9d5140f86cf22019750ab5 (patch)
tree4863081bdfa620b73292c85b632cf77f8081953c
parentdcfef4a7d4c1b4dccffd071819862732aaf8d1f7 (diff)
parent5cd6f2067cf89426226e0191b9166f11f763c1bd (diff)
downloadhamcrest-c85b00aa34e729f63c9d5140f86cf22019750ab5.tar.gz
Merge "Use SDK 25 to match the junit target" am: 9a60bf3100 am: 8fd99c2f7f
am: 5cd6f2067c Change-Id: Ic9c12866c5f8aa86537278ae2de87f0794504247
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 9501a13..597a182 100644
--- a/Android.mk
+++ b/Android.mk
@@ -39,7 +39,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_MODULE := hamcrest
-LOCAL_SDK_VERSION := 4
+LOCAL_SDK_VERSION := 25
LOCAL_MODULE_TAGS := optional
include $(BUILD_STATIC_JAVA_LIBRARY)