Skip to content

Commit ffa6a5d

Browse files
committed
fix(android): native-api-usage fix
1 parent 98ae1f7 commit ffa6a5d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"uses": [
3-
"android.text.style:URLSpan*",
4-
"android.text.style:ClickableSpan*",
5-
"android.text:TextPaint*",
6-
"android.text.method:MovementMethod*",
7-
"android.text.TextUtils:TruncateAt*",
8-
"android.text:Layout*",
9-
"android.os:Build*",
10-
"android.util:TypedValue*",
11-
"android.graphics:Paint*",
12-
"android.text:Spanned*",
13-
"androidx.core.widget:TextViewCompat*"
3+
"android.text.style:URLSpan",
4+
"android.text.style:ClickableSpan",
5+
"android.text:TextPaint",
6+
"android.text.method:MovementMethod",
7+
"android.text:TextUtils.TruncateAt",
8+
"android.text:Layout",
9+
"android.os:Build",
10+
"android.util:TypedValue",
11+
"android.graphics:Paint",
12+
"android.text:Spanned",
13+
"androidx.core.widget:TextViewCompat"
1414
]
1515
}

0 commit comments

Comments
 (0)