mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
* Fix conflict between different product flavors so that beta and prod apps could coexist * Fix category content provider
7 lines
441 B
XML
7 lines
441 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="account_type">fr.free.nrw.commons.beta</string>
|
|
<string name="contribution_authority">fr.free.nrw.commons.beta.contributions.contentprovider</string>
|
|
<string name="modification_authority">fr.free.nrw.commons.beta.modifications.contentprovider</string>
|
|
<string name="category_authority">fr.free.nrw.commons.beta.categories.contentprovider</string>
|
|
</resources>
|