Skip to content

Commit

Permalink
Please publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Feb 1, 2018
1 parent d639ea4 commit e048d2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion android-template/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="@string/fileprovider_authority"
android:authorities="com.getcapacitor.myapp.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
Expand All @@ -41,6 +41,8 @@
</provider>
</application>

<!-- Permissions -->

<uses-permission android:name="android.permission.INTERNET" />
<!-- Camera, Photos -->
<uses-permission android:name="android.permission.CAMERA" />
Expand Down
7 changes: 3 additions & 4 deletions cli/.npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
assets/android-template/app/build/*
!assets/android-template/app/build/.npmkeep
assets/android-template/.idea
assets/android-template/.gradle
.npmignore
*.iml
.*.sw*
assets/android-template/app/build/*
!assets/android-template/app/build/.npmkeep
*.iml

0 comments on commit e048d2b

Please sign in to comment.