Simplify project template (#13558)
This commit is contained in:
committed by
GitHub
parent
c3c3b68bf7
commit
a2296aa8e3
@@ -74,6 +74,9 @@ class FlutterPlugin implements Plugin<Project> {
|
||||
project.android.buildTypes {
|
||||
profile {
|
||||
initWith debug
|
||||
if (it.hasProperty('matchingFallbacks')) {
|
||||
matchingFallbacks = ['debug', 'release']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -38,9 +38,6 @@ android {
|
||||
// Signing with the debug keys for now, so `flutter run --release` works.
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
profile {
|
||||
matchingFallbacks = ['debug', 'release']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -43,9 +43,6 @@ android {
|
||||
// Signing with the debug keys for now, so `flutter run --release` works.
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
profile {
|
||||
matchingFallbacks = ['debug', 'release']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user