fresco
fresco copied to clipboard
Update the dependency of SoLoader to 0.10.4
Description
SoLoader 0.10.4 fixed a few app crashing issues. Fresco is still using 0.10.1 Please update the dependency to 0.10.4
- Fresco version: 2.6.0
- Platform version: Android, multiple versions
bumped in https://github.com/facebook/fresco/commit/26914e8f91b02b22dd993305e5c86f055a72804f
@simpleton do you know when a release with this update will be available?
Ping, do we have a timeline when the change will be picked for a release?
2.6.0 is still using SoLoader 0.10.1
temp solution, add this to build.gradle
:
allprojects {
...
configurations.all {
resolutionStrategy {
force "com.facebook.soloader:soloader:0.10.4"
}
}
Is this issue still valid? I believe it was resolved by version 3.0.0