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 e32b999 commit 48d5386Copy full SHA for 48d5386
android/build.gradle
@@ -4,7 +4,7 @@ android {
4
compileSdkVersion 28
5
6
defaultConfig {
7
- minSdkVersion 26
+ minSdkVersion 16
8
targetSdkVersion 28
9
versionCode 1
10
versionName "1.0"
sample/android/build.gradle
@@ -3,7 +3,7 @@
3
buildscript {
ext {
buildToolsVersion = "28.0.3"
- minSdkVersion = 26
+ minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = 28
}
0 commit comments