From 9a8c4f291da8babf3560e509554c78e1991cb22c Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sat, 16 Apr 2022 23:36:54 +0200 Subject: Fix compatibility with Android 6 Android 6 uses Java 1.7, the only incompatible feature in use was lambdas. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3