Skip to content

Commit

Permalink
remove deprecated package="" attrib
Browse files Browse the repository at this point in the history
package="info.guardianproject.ripple" found in source AndroidManifest.xml: /home/runner/work/Ripple/Ripple/app/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="info.guardianproject.ripple" from the source AndroidManifest.xml: /home/runner/work/Ripple/Ripple/app/src/main/AndroidManifest.xml.
  • Loading branch information
eighthave committed Oct 10, 2024
1 parent dcd613f commit 538aaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="info.guardianproject.ripple">
>

<application
tools:ignore="GoogleAppIndexingWarning"
Expand Down

0 comments on commit 538aaa8

Please sign in to comment.