Skip to content

Commit

Permalink
fix warning about having packagename in manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Oct 20, 2023
1 parent c04289c commit 727c8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/src/main/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="com.welie.blessedexample">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">


<!-- Needed to target Android 11 and lower -->
Expand Down
3 changes: 1 addition & 2 deletions blessed/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.welie.blessed">
xmlns:tools="http://schemas.android.com/tools">

<!-- Needed only if code looks for Bluetooth devices.
Since the code doesn't use Bluetooth scan results to derive physical
Expand Down

0 comments on commit 727c8be

Please sign in to comment.