Skip to content

Commit

Permalink
Merge pull request #179 from deepueg/fix-res
Browse files Browse the repository at this point in the history
Add the missing attr.xml
  • Loading branch information
deepueg authored Apr 30, 2021
2 parents bdda6fe + fd307e6 commit 4c686f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/lib/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="MiniAppView">
<attr name="component_name" format="string" />
</declare-styleable>
</resources>

0 comments on commit 4c686f4

Please sign in to comment.