aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2018-01-28 22:09:57 +0100
committersteckbrief <steckbrief@chefmail.de>2018-01-28 22:09:57 +0100
commit622412fc723fb402035ce2600f980806952709b8 (patch)
tree5b9c07b3c5d3b14a670dce2bb8fa1e4d94942d53 /src/main/AndroidManifest.xml
parenta892bb6f1685b84b74ba37e5a6a24ee8fb45eee7 (diff)
Introducing product flavor 'beta' and removing product flavor 'playstore'0.0.8-beta1
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index ca369a5d..c2fe9878 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -176,7 +176,7 @@
</intent-filter>
</service>
<provider
- android:authorities="de.thedevstack.conversationsplus"
+ android:authorities="${applicationId}"
android:name=".providers.ConversationsPlusFileProvider"
android:exported="false"
android:grantUriPermissions="true">