Skip to content

Commit

Permalink
fix(android): native-api-usage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 24, 2023
1 parent 05bcd5d commit bd540f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/platforms/android/native-api-usage.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"uses": [
"com.nativescript.swiperefreshlayout:CarouselFriendlySwipeRefreshLayout*",
"androidx.swiperefreshlayout.widget:SwipeRefreshLayout*",
"androidx.swiperefreshlayout.widget.SwipeRefreshLayout:OnRefreshListener*"
"com.nativescript.swiperefreshlayout:CarouselFriendlySwipeRefreshLayout",
"androidx.swiperefreshlayout.widget:SwipeRefreshLayout",
"androidx.swiperefreshlayout.widget:SwipeRefreshLayout.OnRefreshListener"
]
}

0 comments on commit bd540f7

Please sign in to comment.