aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 439bf71..2235483 100644
--- a/Android.mk
+++ b/Android.mk
@@ -22,6 +22,8 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src)
LOCAL_MODULE_TAGS := optional
+LOCAL_SDK_VERSION := 4
+
LOCAL_MODULE:= ganymed-ssh2
include $(BUILD_STATIC_JAVA_LIBRARY)