Skip to content

Commit

Permalink
fix(android): better native-api-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 22, 2021
1 parent 556e80b commit dc9c77c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions plugin/platforms/android/native-api-usage.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"uses": [
"androidx.viewpager2*:*",
"androidx.recyclerview.widget:RecyclerView*",
"com.rd*:*",
"androidx.lifecycle*:*",
"androidx.core.app*:*"
"android.widget:RelativeLayout*",
"androidx.viewpager2.widget:ViewPager2*",
"androidx.viewpager2.widget:CompositePageTransformer*",
"com.rd:PageIndicatorView2*",
"com.rd.animation.type:AnimationType*",
"android.text.style:URLSpan*",
"androidx.core.widget:TextViewCompat*"
]
}

0 comments on commit dc9c77c

Please sign in to comment.