Skip to content

Commit 9d3ced7

Browse files
authored
fix(ui-image): android native-api-usage fix
1 parent b4d2298 commit 9d3ced7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/image/platforms/android/native-api-usage.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"uses": [
33
"android.net:Uri",
4+
"android.graphics.drawable:Animatable",
45
"com.nativescript.image:SharedPrefCacheKeyStore",
56
"com.nativescript.image:CacheKeyStore",
67
"com.nativescript.image:EvictionManager",
@@ -15,10 +16,12 @@
1516
"com.nativescript.image:MatrixDrawableImageViewTarget",
1617
"com.nativescript.image:MatrixImageView",
1718
"com.nativescript.image:GlideConfiguration",
19+
"com.nativescript.image:GlideRequest",
1820
"com.bumptech.glide:Glide",
1921
"com.bumptech.glide.signature:ObjectKey",
22+
"com.bumptech.glide.request:BaseRequestOptions",
2023
"com.bumptech.glide.request:RequestOptions",
21-
"com.bumptech.glide.request:RequestBuilder",
24+
"com.bumptech.glide:RequestBuilder",
2225
"com.bumptech.glide.request:RequestListener",
2326
"com.bumptech.glide.request.target:Target",
2427
"com.bumptech.glide.request.target:ViewTarget",
@@ -33,7 +36,7 @@
3336
"com.bumptech.glide.request.transition:DrawableCrossFadeFactory",
3437
"android.graphics.drawable:Drawable",
3538
"android.graphics.drawable:BitmapDrawable",
36-
"android.widget:ImageView:ScaleType",
39+
"android.widget:ImageView.ScaleType",
3740
"android.widget:ImageView",
3841
"androidx.appcompat.widget:AppCompatImageView",
3942
"android.graphics.PorterDuff:Mode",

0 commit comments

Comments
 (0)