Skip to content

Commit 623aaeb

Browse files
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.
1 parent 6213b7f commit 623aaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
org.gradle.jvmargs=-Xmx2048M
1616
android.useAndroidX=true
1717

18-
minSdkVersion=24
18+
minSdkVersion=21
1919
targetSdkVersion=28
2020
ndkVersion=22.1.7171670
2121
compileSdkVersion=30

0 commit comments

Comments
 (0)