Skip to content

Commit

Permalink
Changed: Bump down minSdkVersion from 24 to 21 to restart suppo…
Browse files Browse the repository at this point in the history
…rting android 5/6 for the time being

Compatibility fixes will come in later commits.
  • Loading branch information
agnostic-apollo committed May 23, 2022
1 parent 6213b7f commit 623aaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
org.gradle.jvmargs=-Xmx2048M
android.useAndroidX=true

minSdkVersion=24
minSdkVersion=21
targetSdkVersion=28
ndkVersion=22.1.7171670
compileSdkVersion=30
Expand Down

0 comments on commit 623aaeb

Please sign in to comment.