Skip to content

Commit

Permalink
chore(all): Increase minSdk to 21 on all Android examples (#2953)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored May 23, 2024
1 parent c71730e commit d2eaa80
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {

defaultConfig {
applicationId "io.flutter.plugins.androidintentexample"
minSdk 19
minSdk 21
targetSdk 34
multiDexEnabled true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "io.flutter.plugins.batteryexample.example"
minSdk 19
minSdk 21
targetSdk 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {

defaultConfig {
applicationId "io.flutter.plugins.connectivityexample"
minSdk 19
minSdk 21
targetSdk 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {

defaultConfig {
applicationId "io.flutter.plugins.deviceinfoexample.example"
minSdk 19
minSdk 21
targetSdk 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {

defaultConfig {
applicationId "dev.fluttercommunity.plus.network_info_plus_example"
minSdk 19
minSdk 21
targetSdk 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {

defaultConfig {
applicationId "io.flutter.plugins.packageinfoexample"
minSdk 19
minSdk 21
targetSdk 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {

defaultConfig {
applicationId "io.flutter.plugins.sensorsexample"
minSdk 19
minSdk 21
targetSdk 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {

defaultConfig {
applicationId "io.flutter.plugins.shareexample"
minSdk 19
minSdk 21
targetSdk 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit d2eaa80

Please sign in to comment.