Unverified Commit a5c161c1 authored by liyuqian's avatar liyuqian Committed by GitHub

Revert "Add a profile build type to the app template" (#22872)

Reverts flutter/flutter#22837

Try to fix application_test

* Revert "Add a profile build type to the app template (#22837)"

This reverts commit 3b248fdc.
parent 9a22f5a1
...@@ -14,9 +14,6 @@ android { ...@@ -14,9 +14,6 @@ android {
} }
buildTypes { buildTypes {
profile {
initWith debug
}
release { release {
// TODO: Add your own signing config for the release build. // TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works. // Signing with the debug keys for now, so `flutter run --release` works.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment