Skip to content
Snippets Groups Projects
Commit 3d9f8a76 authored by Geoffrey Métais's avatar Geoffrey Métais Committed by Nicolas Pomepuy
Browse files

TV: fix file provider uri in debug builds

parent 5ec61f03
No related branches found
No related tags found
1 merge request!570TV: fix file provider uri in debug builds
......@@ -69,6 +69,7 @@ android {
debug {
buildConfigField "boolean", "BETA", "false"
buildConfigField "String", "APP_ID", "\"${rootProject.ext.appId}.debug\""
resValue 'string', 'tv_provider_authority', "\"${rootProject.ext.appId}\".debug.tv"
multiDexEnabled true
}
signedRelease {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment