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.
This commit is contained in:
agnostic-apollo 2022-04-26 02:00:26 +05:00
parent 6213b7f782
commit 623aaebb4a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
org.gradle.jvmargs=-Xmx2048M
android.useAndroidX=true
minSdkVersion=24
minSdkVersion=21
targetSdkVersion=28
ndkVersion=22.1.7171670
compileSdkVersion=30