From 623aaebb4a730289d61c02c8898d24e839427138 Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Tue, 26 Apr 2022 02:00:26 +0500 Subject: [PATCH] Changed: Bump down `minSdkVersion` from `24` to `21` to restart supporting android 5/6 for the time being Compatibility fixes will come in later commits. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c8f9ae05..fc751ab3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx2048M android.useAndroidX=true -minSdkVersion=24 +minSdkVersion=21 targetSdkVersion=28 ndkVersion=22.1.7171670 compileSdkVersion=30