Skip to content

Commit

Permalink
fix: use correct package in manifest files (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Aug 25, 2020
1 parent 95322d3 commit ab62987
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 21 deletions.
10 changes: 4 additions & 6 deletions haptics/android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.capacitorjs.plugins.haptics.haptics">
<uses-permission android:name="android.permission.VIBRATE" />
</manifest>

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.capacitorjs.plugins.haptics">
<uses-permission android:name="android.permission.VIBRATE" />
</manifest>
8 changes: 3 additions & 5 deletions screen-reader/android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.capacitorjs.plugins.screenreader.screenreader">
</manifest>

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.capacitorjs.plugins.screenreader">
</manifest>
8 changes: 3 additions & 5 deletions storage/android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.capacitorjs.plugins.storage.storage">
</manifest>

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.capacitorjs.plugins.storage">
</manifest>
8 changes: 3 additions & 5 deletions text-zoom/android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.capacitorjs.plugins.textzoom.textzoom">
</manifest>

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.capacitorjs.plugins.textzoom">
</manifest>

0 comments on commit ab62987

Please sign in to comment.