Skip to content

Commit eebc24e

Browse files
committed
fix(android): native-api-usage fix
1 parent 609d718 commit eebc24e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"uses": [
3-
"android.database:Cursor*", "android.database.sqlite:SQLiteDatabase*"
3+
"android.database:Cursor*",
4+
"android.database.sqlite:SQLiteClosable*",
5+
"android.database.sqlite:SQLiteDatabase*"
46
]
57
}

0 commit comments

Comments
 (0)