fresco icon indicating copy to clipboard operation
fresco copied to clipboard

Update the dependency of SoLoader to 0.10.4

Open seventhmoon opened this issue 2 years ago • 5 comments

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

seventhmoon avatar Jul 18 '22 14:07 seventhmoon

bumped in https://github.com/facebook/fresco/commit/26914e8f91b02b22dd993305e5c86f055a72804f

simpleton avatar Jul 23 '22 00:07 simpleton

@simpleton do you know when a release with this update will be available?

dilcve avatar Jul 28 '22 15:07 dilcve

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

seventhmoon avatar Nov 15 '22 07:11 seventhmoon

temp solution, add this to build.gradle:

allprojects {
 ...
configurations.all {
             resolutionStrategy {
                 force "com.facebook.soloader:soloader:0.10.4"
     }
 }

efstathiosntonas avatar Nov 25 '22 08:11 efstathiosntonas

Is this issue still valid? I believe it was resolved by version 3.0.0

ThanosZattoo avatar Sep 18 '24 10:09 ThanosZattoo