mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
* Fix conflict between different product flavors so that beta and prod apps could coexist * Fix category content provider
7 lines
No EOL
420 B
XML
7 lines
No EOL
420 B
XML
<?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> |