1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

enable material m3 into google_maps example app (#1929)

This commit is contained in:
AdamMusa
2023-06-30 09:47:09 +01:00
committed by GitHub
parent 136e3cb273
commit 3df2a9767b
6 changed files with 139 additions and 25 deletions

View File

@@ -47,7 +47,7 @@ android {
applicationId "com.example.google_maps_in_flutter"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
minSdkVersion 20
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName