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:
Vivek Maskara 2018-07-19 21:33:28 +05:30 committed by Josephine Lim
parent 2d831c089d
commit 25b463901f
21 changed files with 120 additions and 101 deletions

View 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>