Skip to content
Snippets Groups Projects
Commit cd72488f authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix Tv search provider authority

parent b44559b0
No related branches found
No related tags found
1 merge request!474Content indexing: trigger by message bus
......@@ -34,7 +34,7 @@ android {
resValue "string", "build_time", buildTime()
resValue "string", "build_host", hostName()
resValue "string", "build_revision", revision()
resValue 'string', 'tv_provider_authority', "${applicationId}.tv"
resValue 'string', 'tv_provider_authority', "\"${rootProject.ext.appId}\".tv"
buildConfigField "String", "APP_ID", "\"${rootProject.ext.appId}\""
testInstrumentationRunner "org.videolan.vlc.MultidexTestRunner"
......
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