mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fix conflict between different product flavors (#1726)
* Fix conflict between different product flavors so that beta and prod apps could coexist * Fix category content provider
This commit is contained in:
parent
2d831c089d
commit
25b463901f
21 changed files with 120 additions and 101 deletions
7
app/src/prod/res/values/adapter.xml
Normal file
7
app/src/prod/res/values/adapter.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="account_type">fr.free.nrw.commons</string>
|
||||
<string name="contribution_authority">fr.free.nrw.commons.contributions.contentprovider</string>
|
||||
<string name="modification_authority">fr.free.nrw.commons.modifications.contentprovider</string>
|
||||
<string name="category_authority">fr.free.nrw.commons.categories.contentprovider</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue