Fix submodule not syncing build types with main project

This commit is contained in:
Ming Ming 2024-06-07 01:59:36 +08:00
parent c1930ef2f4
commit 019f018635

View file

@ -36,6 +36,12 @@ android {
}
buildTypes {
profile {
initWith debug
if (it.hasProperty("matchingFallbacks")) {
matchingFallbacks = ["debug", "release"]
}
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'