We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983c8a9 commit ad3a299Copy full SHA for ad3a299
plugin/platforms/android/native-api-usage.json
@@ -1,11 +1,11 @@
1
{
2
"uses": [
3
- "com.airbnb.lottie:LottieAnimationView*",
4
- "com.airbnb.lottie.model:KeyPath*",
5
- "com.airbnb.lottie.value:LottieValueCallback*",
6
- "com.airbnb.lottie:LottieProperty*",
7
- "com.airbnb.lottie:RenderMode*",
+ "com.airbnb.lottie:LottieAnimationView",
+ "com.airbnb.lottie.model:KeyPath",
+ "com.airbnb.lottie.value:LottieValueCallback",
+ "com.airbnb.lottie:LottieProperty",
+ "com.airbnb.lottie:RenderMode",
8
"android.animation:Animator",
9
- "android.animation.Animator:AnimatorListener*"
+ "android.animation:Animator.AnimatorListener"
10
]
11
}
0 commit comments