aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-12-09 13:22:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-12-09 13:22:24 +0000
commit9a60bf31008014670e3ad9b4def49688a91672ff (patch)
tree4863081bdfa620b73292c85b632cf77f8081953c
parentdcfef4a7d4c1b4dccffd071819862732aaf8d1f7 (diff)
parent0c5daf6672385f2e0842bdf1dabf2f982112a58b (diff)
downloadhamcrest-9a60bf31008014670e3ad9b4def49688a91672ff.tar.gz
Merge "Use SDK 25 to match the junit target"
-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)