Skip to content
Snippets Groups Projects
Commit d7c9b0f2 authored by anfeichtinger's avatar anfeichtinger
Browse files

Update minSdkVersion to 23.

parent cb672c9b
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ android { ...@@ -35,7 +35,7 @@ android {
defaultConfig { defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "dev.feichtinger.flutterproductionboilerplate.flutter_production_boilerplate" applicationId "dev.feichtinger.flutterproductionboilerplate.flutter_production_boilerplate"
minSdkVersion 16 minSdkVersion 23
targetSdkVersion 30 targetSdkVersion 30
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment