reactormonk
06/13/2024, 3:11 PMandroidx.core:core
dependency to the 1.15.0-alpha01
even though I specified 1.13.1
in all my projects. How can I figure out which package caused gradle to pick a newer version?Vampire
06/13/2024, 3:22 PMVampire
06/13/2024, 3:23 PM--scan
. Other options would be the dependencies
and dependencyInsight
tasks.reactormonk
06/13/2024, 3:24 PMandroidDependencies
, which wasn't as helpful. Thanks for the hints. Added the gradle slack to my neverending list ^^Can
06/14/2024, 8:44 AMDependency 'androidx.core:core:1.15.0-alpha01' requires libraries and applications that depend on it to compile against version 35 or later of the Android APIs.
reactormonk
06/14/2024, 9:18 AM+
in one of the dependencies I used, I fixed it to 1.13.1