Skip to content

Commit ced8fcc

Browse files
committed
chore: update minSDKVersion in example app
1 parent 167153a commit ced8fcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
main.java.srcDirs += 'src/main/kotlin'
3333
}
3434
defaultConfig {
35-
minSdkVersion 19
35+
minSdkVersion 16
3636
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3737
}
3838
lintOptions {

example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
defaultConfig {
4040
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
4141
applicationId "com.deriv.flutter_deriv_api_example"
42-
minSdkVersion 16
42+
minSdkVersion 19
4343
targetSdkVersion 28
4444
versionCode flutterVersionCode.toInteger()
4545
versionName flutterVersionName

0 commit comments

Comments
 (0)