Skip to content

Commit

Permalink
fix: In values/strings.xml, Lint says that "app_name" is unused, but …
Browse files Browse the repository at this point in the history
…it is. So ignore the warning.

Signed-off-by: jefft0 <jeff@thefirst.org>
  • Loading branch information
jefft0 committed Sep 6, 2022
1 parent 1d2941e commit 9537f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/bridge/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="UnusedResources">
<string name="app_name">gomobile-ipfs</string>
</resources>

0 comments on commit 9537f9d

Please sign in to comment.