Fix issue where beta prod flavour could not be installed at the same time (#1841)

This commit is contained in:
Vivek Maskara 2018-08-20 16:29:14 +05:30 committed by neslihanturan
parent 73d5eb54f8
commit e13e2c2f40
4 changed files with 8 additions and 8 deletions

View file

@ -190,7 +190,7 @@
<provider
android:name=".explore.recentsearches.RecentSearchesContentProvider"
android:authorities="fr.free.nrw.commons.explore.recentsearches.contentprovider"
android:authorities="${applicationId}.explore.recentsearches.contentprovider"
android:exported="false"
android:label="@string/provider_searches"
android:syncable="false" />