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> {
244
244
project. android {
245
245
defaultConfig {
246
246
multiDexEnabled true
247
- manifestPlaceholders = [ applicationName : " io.flutter.app.FlutterMultiDexApplication" ]
247
+ manifestPlaceholders. applicationName = " io.flutter.app.FlutterMultiDexApplication"
248
248
}
249
249
buildTypes {
250
250
release {
@@ -263,7 +263,7 @@ class FlutterPlugin implements Plugin<Project> {
263
263
project. android {
264
264
defaultConfig {
265
265
// Setting to android.app.Application is the same as omitting the attribute.
266
- manifestPlaceholders = [ applicationName : baseApplicationName]
266
+ manifestPlaceholders. applicationName = baseApplicationName
267
267
}
268
268
}
269
269
}
You can’t perform that action at this time.
0 commit comments