|
1 | 1 | { |
2 | 2 | "uses": [ |
3 | 3 | "android.net:Uri", |
| 4 | + "android.graphics.drawable:Animatable", |
4 | 5 | "com.nativescript.image:SharedPrefCacheKeyStore", |
5 | 6 | "com.nativescript.image:CacheKeyStore", |
6 | 7 | "com.nativescript.image:EvictionManager", |
|
15 | 16 | "com.nativescript.image:MatrixDrawableImageViewTarget", |
16 | 17 | "com.nativescript.image:MatrixImageView", |
17 | 18 | "com.nativescript.image:GlideConfiguration", |
| 19 | + "com.nativescript.image:GlideRequest", |
18 | 20 | "com.bumptech.glide:Glide", |
19 | 21 | "com.bumptech.glide.signature:ObjectKey", |
| 22 | + "com.bumptech.glide.request:BaseRequestOptions", |
20 | 23 | "com.bumptech.glide.request:RequestOptions", |
21 | | - "com.bumptech.glide.request:RequestBuilder", |
| 24 | + "com.bumptech.glide:RequestBuilder", |
22 | 25 | "com.bumptech.glide.request:RequestListener", |
23 | 26 | "com.bumptech.glide.request.target:Target", |
24 | 27 | "com.bumptech.glide.request.target:ViewTarget", |
|
33 | 36 | "com.bumptech.glide.request.transition:DrawableCrossFadeFactory", |
34 | 37 | "android.graphics.drawable:Drawable", |
35 | 38 | "android.graphics.drawable:BitmapDrawable", |
36 | | - "android.widget:ImageView:ScaleType", |
| 39 | + "android.widget:ImageView.ScaleType", |
37 | 40 | "android.widget:ImageView", |
38 | 41 | "androidx.appcompat.widget:AppCompatImageView", |
39 | 42 | "android.graphics.PorterDuff:Mode", |
|
0 commit comments