From faff15a2e046b0f82bf37ea101a713dd2a28ec9e Mon Sep 17 00:00:00 2001 From: KAAAsS Date: Sun, 16 Oct 2022 17:43:14 +0800 Subject: [PATCH] revert: feat: Lower minimum SDK version to API 17 (Android 4.2) #22 Due to the compatibility of the JNI library, this can't be done until we handle the JNI library compilation. This reverts commit 28a65c94 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bddf834..b477e1e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ android { defaultConfig { applicationId "net.kaaass.zerotierfix" - minSdkVersion 17 + minSdkVersion 19 targetSdkVersion 32 versionCode 9 versionName "1.0.5_189"