abouttreesummaryrefslogcommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJules Aguillon2022-04-16 23:36:54 +0200
committerJules Aguillon2022-04-16 23:36:54 +0200
commit9a8c4f291da8babf3560e509554c78e1991cb22c (patch)
tree8051ab1abe74a7ce4dd6a5b78a1155871b3b6bed /Makefile
parent14cc318a0eb1f7ccd7695ed5ad6ef27f2428ffe9 (diff)
downloadunexpected-keyboard-9a8c4f291da8babf3560e509554c78e1991cb22c.tar.gz
unexpected-keyboard-9a8c4f291da8babf3560e509554c78e1991cb22c.zip
Fix compatibility with Android 6
Android 6 uses Java 1.7, the only incompatible feature in use was lambdas.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ad91b8..07b7228 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
PACKAGE_NAME = juloo.keyboard2
ANDROID_PLATFORM_VERSION = android-30
-JAVA_VERSION = 1.8
+JAVA_VERSION = 1.7
SRC_DIR = srcs
RES_DIR = res