161731384: Move to Picasso that has no support deps after it is released
See original GitHub issueWhat feature would you like to see?
Right now you need to enable jetifier if you pull in the firebase-inappmessaging-display dependency as reported in #535 . This is due to a dependency on picasso which pulls in com.android.support:exifinterface:
com.android.support:exifinterface:27.1.0
\--- com.squareup.picasso:picasso:2.71828
+--- debugCompileClasspath (requested com.squareup.picasso:picasso:{strictly 2.71828})
\--- com.google.firebase:firebase-inappmessaging-display:19.0.7
+--- debugCompileClasspath (requested com.google.firebase:firebase-inappmessaging-display)
\--- com.google.firebase:firebase-bom:25.5.0
\--- debugCompileClasspath
However, enabling jetifier, while undoubtedly handy in cases like these, unnecessarily slows down builds.
How would you use it?
I’d disable jetifier and enjoy faster builds. 🚀
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:15 (6 by maintainers)
Top Results From Across the Web
8 Things You May Not Know About Picasso - HISTORY
1. Picasso was considered a child prodigy. · 2. Picasso constantly changed his painting style. · 3. Picasso had help with the creation...
Read more >Top firebase-android-sdk issues - gitmotion.com
Crashes not Showing in Firebase console After Removing Fabric ... 161731384: Move to Picasso that has no support deps after it is released....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Rather than waiting you can use Gradle to force Picasso 2.8 to be used.
In Gradle Kotlin DSL:
Fixed in: https://github.com/firebase/firebase-android-sdk/pull/2408