also add profile build

pull/1353/head
Xiao Yu 3 years ago
parent 8f4d9e9305
commit 3cd173be55

@ -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'

Loading…
Cancel
Save