mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fix issue where beta prod flavour could not be installed at the same time (#1841)
This commit is contained in:
parent
73d5eb54f8
commit
e13e2c2f40
4 changed files with 8 additions and 8 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue