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

also add profile build

This commit is contained in:
Xiao Yu
2022-07-29 00:18:46 -07:00
parent 8f4d9e9305
commit 3cd173be55

View File

@@ -17,6 +17,9 @@ android {
} }
buildTypes { buildTypes {
profile {
initWith debug
}
release { release {
minifyEnabled false minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'