also add profile build

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

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

Loading…
Cancel
Save