Skip to content

Commit

Permalink
[#513] Remove package definition from debug Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
luongvo committed Aug 31, 2023
1 parent 9054dc1 commit 4def9ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template-compose/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="co.nimblehq.template.compose">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<!--For Chucker in debug build only-->
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
Expand Down

0 comments on commit 4def9ea

Please sign in to comment.