mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Fixed namespace typo
This commit is contained in:
parent
061aa07df3
commit
5ceb9aba69
65 changed files with 203 additions and 203 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="fr.nrw.free.commons"
|
||||
package="fr.free.nrw.commons"
|
||||
android:versionCode="16"
|
||||
android:versionName="1.1" >
|
||||
|
||||
|
|
@ -144,28 +144,28 @@
|
|||
android:name=".contributions.ContributionsContentProvider"
|
||||
android:label="@string/provider_contributions"
|
||||
android:syncable="true"
|
||||
android:authorities="fr.nrw.free.commons.contributions.contentprovider"
|
||||
android:authorities="fr.free.nrw.commons.contributions.contentprovider"
|
||||
android:exported="false">
|
||||
</provider>
|
||||
<provider
|
||||
android:name=".campaigns.CampaignsContentProvider"
|
||||
android:label="@string/provider_campaigns"
|
||||
android:syncable="true"
|
||||
android:authorities="fr.nrw.free.commons.campaigns.contentprovider"
|
||||
android:authorities="fr.free.nrw.commons.campaigns.contentprovider"
|
||||
android:exported="false">
|
||||
</provider>
|
||||
<provider
|
||||
android:name=".modifications.ModificationsContentProvider"
|
||||
android:label="@string/provider_modifications"
|
||||
android:syncable="true"
|
||||
android:authorities="fr.nrw.free.commons.modifications.contentprovider"
|
||||
android:authorities="fr.free.nrw.commons.modifications.contentprovider"
|
||||
android:exported="false">
|
||||
</provider>
|
||||
<provider
|
||||
android:name=".category.CategoryContentProvider"
|
||||
android:label="@string/provider_categories"
|
||||
android:syncable="false"
|
||||
android:authorities="fr.nrw.free.commons.categories.contentprovider"
|
||||
android:authorities="fr.free.nrw.commons.categories.contentprovider"
|
||||
android:exported="false">
|
||||
</provider>
|
||||
</application>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue