File tree 11 files changed +11
-17
lines changed
camera/example/android/app
camera_android/example/android/app
camera_android_camerax/example/android/app
file_selector/file_selector_android/example/android/app
google_maps_flutter/google_maps_flutter/example/android/app
quick_actions/example/android/app
quick_actions_android/example/android/app
video_player/example/android/app
video_player_android/example/android/app
webview_flutter/example/android/app
webview_flutter_android/example/android/app 11 files changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
31
31
32
32
defaultConfig {
33
33
applicationId " io.flutter.plugins.cameraexample"
34
- minSdkVersion 21
34
+ minSdkVersion flutter . minSdkVersion
35
35
targetSdkVersion 28
36
36
versionCode flutterVersionCode. toInteger()
37
37
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
31
31
32
32
defaultConfig {
33
33
applicationId " io.flutter.plugins.cameraexample"
34
- minSdkVersion 21
34
+ minSdkVersion flutter . minSdkVersion
35
35
targetSdkVersion 28
36
36
versionCode flutterVersionCode. toInteger()
37
37
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -36,11 +36,8 @@ android {
36
36
}
37
37
38
38
defaultConfig {
39
- // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
40
39
applicationId " io.flutter.plugins.cameraxexample"
41
- // You can update the following values to match your application needs.
42
- // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
43
- minSdkVersion 21
40
+ minSdkVersion flutter. minSdkVersion
44
41
targetSdkVersion 30
45
42
versionCode flutterVersionCode. toInteger()
46
43
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -33,11 +33,8 @@ android {
33
33
}
34
34
35
35
defaultConfig {
36
- // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
37
36
applicationId " dev.flutter.packages.file_selector_android_example"
38
- // You can update the following values to match your application needs.
39
- // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
40
- minSdkVersion 21
37
+ minSdkVersion flutter. minSdkVersion
41
38
targetSdkVersion 34
42
39
versionCode flutterVersionCode. toInteger()
43
40
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
30
30
31
31
defaultConfig {
32
32
applicationId " io.flutter.plugins.googlemapsexample"
33
- minSdkVersion 20
33
+ minSdkVersion flutter . minSdkVersion
34
34
targetSdkVersion 28
35
35
versionCode flutterVersionCode. toInteger()
36
36
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
31
31
32
32
defaultConfig {
33
33
applicationId " io.flutter.plugins.quickactionsexample"
34
- minSdkVersion 21
34
+ minSdkVersion flutter . minSdkVersion
35
35
targetSdkVersion 28
36
36
versionCode flutterVersionCode. toInteger()
37
37
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
33
33
34
34
defaultConfig {
35
35
applicationId " io.flutter.plugins.quickactionsexample"
36
- minSdkVersion 21
36
+ minSdkVersion flutter . minSdkVersion
37
37
targetSdkVersion 34
38
38
versionCode flutterVersionCode. toInteger()
39
39
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
35
35
36
36
defaultConfig {
37
37
applicationId " io.flutter.plugins.videoplayerexample"
38
- minSdkVersion 21
38
+ minSdkVersion flutter . minSdkVersion
39
39
targetSdkVersion 29
40
40
versionCode flutterVersionCode. toInteger()
41
41
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
35
35
36
36
defaultConfig {
37
37
applicationId " io.flutter.plugins.videoplayerexample"
38
- minSdkVersion 21
38
+ minSdkVersion flutter . minSdkVersion
39
39
targetSdkVersion 34
40
40
versionCode flutterVersionCode. toInteger()
41
41
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
30
30
defaultConfig {
31
31
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
32
32
applicationId " io.flutter.plugins.webviewflutterexample"
33
- minSdkVersion 21
33
+ minSdkVersion flutter . minSdkVersion
34
34
targetSdkVersion 35
35
35
versionCode flutterVersionCode. toInteger()
36
36
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
30
30
defaultConfig {
31
31
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
32
32
applicationId " io.flutter.plugins.webviewflutterandroidexample"
33
- minSdkVersion 21
33
+ minSdkVersion flutter . minSdkVersion
34
34
targetSdkVersion 34
35
35
versionCode flutterVersionCode. toInteger()
36
36
versionName flutterVersionName
You can’t perform that action at this time.
0 commit comments