We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167153a commit ced8fccCopy full SHA for ced8fcc
android/build.gradle
@@ -32,7 +32,7 @@ android {
32
main.java.srcDirs += 'src/main/kotlin'
33
}
34
defaultConfig {
35
- minSdkVersion 19
+ minSdkVersion 16
36
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
37
38
lintOptions {
example/android/app/build.gradle
@@ -39,7 +39,7 @@ android {
39
40
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
41
applicationId "com.deriv.flutter_deriv_api_example"
42
- minSdkVersion 16
+ minSdkVersion 19
43
targetSdkVersion 28
44
versionCode flutterVersionCode.toInteger()
45
versionName flutterVersionName
0 commit comments