android, ios: update react-native-fast-image dependency
This commit is contained in:
parent
32798b1a80
commit
0031fd2678
9
android/app/proguard-rules.pro
vendored
9
android/app/proguard-rules.pro
vendored
@ -65,9 +65,16 @@
|
|||||||
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
|
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
|
||||||
-dontwarn okio.**
|
-dontwarn okio.**
|
||||||
|
|
||||||
# FastImage
|
# FastImage + Glide
|
||||||
|
|
||||||
|
-keep public class com.dylanvann.fastimage.* {*;}
|
||||||
-keep public class com.dylanvann.fastimage.** {*;}
|
-keep public class com.dylanvann.fastimage.** {*;}
|
||||||
|
-keep public class * implements com.bumptech.glide.module.GlideModule
|
||||||
|
-keep public class * extends com.bumptech.glide.module.AppGlideModule
|
||||||
|
-keep public enum com.bumptech.glide.load.ImageHeaderParser$** {
|
||||||
|
**[] $VALUES;
|
||||||
|
public *;
|
||||||
|
}
|
||||||
|
|
||||||
# We added the following when we switched minifyEnabled on. Probably because we
|
# We added the following when we switched minifyEnabled on. Probably because we
|
||||||
# ran the app and hit problems...
|
# ran the app and hit problems...
|
||||||
|
|||||||
@ -79,7 +79,7 @@ allprojects {
|
|||||||
else if ('react-native-calendar-events' == project.name)
|
else if ('react-native-calendar-events' == project.name)
|
||||||
versionQualifier = '-jitsi-1' // 056807286da610d884fb6b4c8ca187a767b261f7 + react-native 0.57
|
versionQualifier = '-jitsi-1' // 056807286da610d884fb6b4c8ca187a767b261f7 + react-native 0.57
|
||||||
else if ('react-native-fast-image' == project.name)
|
else if ('react-native-fast-image' == project.name)
|
||||||
versionQualifier = '-jitsi-1' // 1f8c93a5584869848d75cc9b946beb9688efe285 + react-native 0.57
|
versionQualifier = '-jitsi-2' // 5.1.1 + react-native 0.57
|
||||||
else if ('react-native-google-signin' == project.name)
|
else if ('react-native-google-signin' == project.name)
|
||||||
versionQualifier = '-jitsi-1' // 1.0.0-rc6 + react-native 0.57
|
versionQualifier = '-jitsi-1' // 1.0.0-rc6 + react-native 0.57
|
||||||
else if ('react-native-immersive' == project.name)
|
else if ('react-native-immersive' == project.name)
|
||||||
|
|||||||
@ -27,7 +27,7 @@ PODS:
|
|||||||
- React
|
- React
|
||||||
- react-native-calendar-events (1.6.3):
|
- react-native-calendar-events (1.6.3):
|
||||||
- React
|
- React
|
||||||
- react-native-fast-image (4.0.14):
|
- react-native-fast-image (5.1.1):
|
||||||
- FLAnimatedImage
|
- FLAnimatedImage
|
||||||
- React
|
- React
|
||||||
- SDWebImage/Core
|
- SDWebImage/Core
|
||||||
@ -85,8 +85,8 @@ PODS:
|
|||||||
- React/Core
|
- React/Core
|
||||||
- RNVectorIcons (6.0.2):
|
- RNVectorIcons (6.0.2):
|
||||||
- React
|
- React
|
||||||
- SDWebImage/Core (4.4.2)
|
- SDWebImage/Core (4.4.3)
|
||||||
- SDWebImage/GIF (4.4.2):
|
- SDWebImage/GIF (4.4.3):
|
||||||
- FLAnimatedImage (~> 1.0)
|
- FLAnimatedImage (~> 1.0)
|
||||||
- SDWebImage/Core
|
- SDWebImage/Core
|
||||||
- yoga (0.57.6.React)
|
- yoga (0.57.6.React)
|
||||||
@ -173,7 +173,7 @@ SPEC CHECKSUMS:
|
|||||||
RNGoogleSignin: 44debd8c359a662c0e2d585952e88b985bf78008
|
RNGoogleSignin: 44debd8c359a662c0e2d585952e88b985bf78008
|
||||||
RNSound: b360b3862d3118ed1c74bb9825696b5957686ac4
|
RNSound: b360b3862d3118ed1c74bb9825696b5957686ac4
|
||||||
RNVectorIcons: 8c52e1e8da1153613fdef44748e865c25556cb9c
|
RNVectorIcons: 8c52e1e8da1153613fdef44748e865c25556cb9c
|
||||||
SDWebImage: 624d6e296c69b244bcede364c72ae0430ac14681
|
SDWebImage: c5594f1a19c48d526d321e548902b56b479cd508
|
||||||
yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85
|
yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85
|
||||||
|
|
||||||
PODFILE CHECKSUM: 2fa79bc1fe2fe42efb63895fdb0cb84d5f578884
|
PODFILE CHECKSUM: 2fa79bc1fe2fe42efb63895fdb0cb84d5f578884
|
||||||
|
|||||||
8
package-lock.json
generated
8
package-lock.json
generated
@ -11532,11 +11532,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-native-fast-image": {
|
"react-native-fast-image": {
|
||||||
"version": "github:jitsi/react-native-fast-image#1f8c93a5584869848d75cc9b946beb9688efe285",
|
"version": "5.1.1",
|
||||||
"from": "github:jitsi/react-native-fast-image#1f8c93a5584869848d75cc9b946beb9688efe285",
|
"resolved": "https://registry.npmjs.org/react-native-fast-image/-/react-native-fast-image-5.1.1.tgz",
|
||||||
"requires": {
|
"integrity": "sha512-kEzgZxbbXYhy27u5GnhrKitn+XDBFAHSDUJdYC6llMi5cDPjgcqhOAQABj0K+ga5pn+/xPZLmD882rrUGiwVVA=="
|
||||||
"prop-types": "^15.5.10"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"react-native-google-signin": {
|
"react-native-google-signin": {
|
||||||
"version": "1.0.0-rc6",
|
"version": "1.0.0-rc6",
|
||||||
|
|||||||
@ -66,7 +66,7 @@
|
|||||||
"react-native-background-timer": "2.0.0",
|
"react-native-background-timer": "2.0.0",
|
||||||
"react-native-calendar-events": "github:wmcmahan/react-native-calendar-events#056807286da610d884fb6b4c8ca187a767b261f7",
|
"react-native-calendar-events": "github:wmcmahan/react-native-calendar-events#056807286da610d884fb6b4c8ca187a767b261f7",
|
||||||
"react-native-callstats": "3.53.4",
|
"react-native-callstats": "3.53.4",
|
||||||
"react-native-fast-image": "github:jitsi/react-native-fast-image#1f8c93a5584869848d75cc9b946beb9688efe285",
|
"react-native-fast-image": "5.1.1",
|
||||||
"react-native-google-signin": "1.0.0-rc6",
|
"react-native-google-signin": "1.0.0-rc6",
|
||||||
"react-native-immersive": "1.1.0",
|
"react-native-immersive": "1.1.0",
|
||||||
"react-native-keep-awake": "2.0.6",
|
"react-native-keep-awake": "2.0.6",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user