Skip to content

Commit 47e17fc

Browse files
author
Vasil Hristov
authored
Add missing folder for filtering tests. (#466)
1 parent b4c3ce0 commit 47e17fc

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"uses": [
3+
"java.util:List",
4+
"java.util:ArrayList",
5+
"java.util:Timer",
6+
"android.appwidget.AppWidgetHost"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"uses": [
3+
"CoreFoundation.CFArray:*",
4+
"CoreFoundation.CFAttributedString:*",
5+
"CoreFoundation.CFUUID:*",
6+
"CoreFoundation.CFTimeZone:*"
7+
]
8+
}

0 commit comments

Comments
 (0)