mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
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:
parent
6213b7f782
commit
623aaebb4a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
org.gradle.jvmargs=-Xmx2048M
|
org.gradle.jvmargs=-Xmx2048M
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
|
||||||
minSdkVersion=24
|
minSdkVersion=21
|
||||||
targetSdkVersion=28
|
targetSdkVersion=28
|
||||||
ndkVersion=22.1.7171670
|
ndkVersion=22.1.7171670
|
||||||
compileSdkVersion=30
|
compileSdkVersion=30
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue