Fixed issue with variant renaming
This commit is contained in:
parent
d4a86f131e
commit
07b6d07b7f
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
// See https://developer.android.com/studio/releases/gradle-plugin#3-6-0-behavior for why extractNativeLibs is set to true in debug flavor
|
// See https://developer.android.com/studio/releases/gradle-plugin#3-6-0-behavior for why extractNativeLibs is set to true in debug flavor
|
||||||
if (variant.buildType.name == "release" || variant.buildType.name == "releaseAppBundle") {
|
if (variant.buildType.name == "release" || variant.buildType.name == "releaseWithCrashlytics") {
|
||||||
variant.getMergedFlavor().manifestPlaceholders = [linphone_address_mime_type: "vnd.android.cursor.item/vnd." + getPackageName() + ".provider.sip_address",
|
variant.getMergedFlavor().manifestPlaceholders = [linphone_address_mime_type: "vnd.android.cursor.item/vnd." + getPackageName() + ".provider.sip_address",
|
||||||
linphone_file_provider: getPackageName() + ".fileprovider",
|
linphone_file_provider: getPackageName() + ".fileprovider",
|
||||||
appLabel: "@string/app_name",
|
appLabel: "@string/app_name",
|
||||||
|
|
Loading…
Reference in a new issue