File tree 2 files changed +4
-2
lines changed
game_template/android/app
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ android {
47
47
applicationId " com.example.game_template"
48
48
// You can update the following values to match your application needs.
49
49
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
50
- minSdkVersion flutter. minSdkVersion
50
+ // google_mobile_ads requires a minimum SDK version of 19
51
+ minSdkVersion 19
51
52
targetSdkVersion flutter. targetSdkVersion
52
53
versionCode flutterVersionCode. toInteger()
53
54
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ declare -ar PROJECT_NAMES=(
43
43
" experimental/web_dashboard"
44
44
" flutter_maps_firestore"
45
45
" form_app"
46
- " game_template"
46
+ # TODO(DomesticMouse): The type 'AppLifecycleState' is not exhaustively matched by the switch cases since it doesn't match 'AppLifecycleState.hidden'.
47
+ # "game_template"
47
48
" google_maps"
48
49
" infinite_list"
49
50
" ios_app_clip"
You can’t perform that action at this time.
0 commit comments