Skip to content

Commit 78ad51c

Browse files
committed
fix(android): native api usage fix
1 parent f6077d2 commit 78ad51c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin/platforms/android/native-api-usage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"java.lang:Long*",
44
"java.lang:Boolean*",
55
"java.lang:Integer*",
6-
"java.util:Map*",
76
"java.lang:Thread*",
87
"java.nio.charset:Charset*",
98
"java.nio:CharBuffer*",
9+
"java.util:Map*",
10+
"java.util:UUID*",
1011
"io.sentry:Sentry*",
1112
"io.sentry:Breadcrumb*",
1213
"io.sentry:SentryLevel*",

0 commit comments

Comments
 (0)