mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Fix submodule not syncing build types with main project
This commit is contained in:
parent
c1930ef2f4
commit
019f018635
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
profile {
|
||||||
|
initWith debug
|
||||||
|
if (it.hasProperty("matchingFallbacks")) {
|
||||||
|
matchingFallbacks = ["debug", "release"]
|
||||||
|
}
|
||||||
|
}
|
||||||
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…
Reference in a new issue