We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d14da3 commit 36ffd34Copy full SHA for 36ffd34
android/build.gradle
@@ -21,7 +21,7 @@ android {
21
compileSdkVersion safeExtGet('compileSdkVersion', 29)
22
buildToolsVersion safeExtGet('buildToolsVersion', '29.0.2')
23
defaultConfig {
24
- minSdkVersion safeExtGet('minSdkVersion', 16)
+ minSdkVersion safeExtGet('minSdkVersion', 21)
25
targetSdkVersion safeExtGet('targetSdkVersion', 29)
26
versionCode 1
27
versionName "1.0"
0 commit comments