File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/flutter_tools/gradle Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ class FlutterPlugin implements Plugin<Project> {
244244 project. android {
245245 defaultConfig {
246246 multiDexEnabled true
247- manifestPlaceholders = [ applicationName : " io.flutter.app.FlutterMultiDexApplication" ]
247+ manifestPlaceholders. applicationName = " io.flutter.app.FlutterMultiDexApplication"
248248 }
249249 buildTypes {
250250 release {
@@ -263,7 +263,7 @@ class FlutterPlugin implements Plugin<Project> {
263263 project. android {
264264 defaultConfig {
265265 // Setting to android.app.Application is the same as omitting the attribute.
266- manifestPlaceholders = [ applicationName : baseApplicationName]
266+ manifestPlaceholders. applicationName = baseApplicationName
267267 }
268268 }
269269 }
You can’t perform that action at this time.
0 commit comments