fix: Set minSdkVersion
to 23 (#1911)
* fix: Set `minSdkVersion` to 21 * sorry I meant 23
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
buildscript {
|
||||
ext {
|
||||
buildToolsVersion = "33.0.0"
|
||||
minSdkVersion = 26
|
||||
minSdkVersion = 23
|
||||
compileSdkVersion = 33
|
||||
targetSdkVersion = 33
|
||||
ndkVersion = "23.1.7779620"
|
||||
|
Reference in New Issue
Block a user