adrielcafe / voyager

🛸 A pragmatic navigation library for Jetpack Compose
https://voyager.adriel.cafe
MIT License
2.27k stars 109 forks source link

update LeakCanary to 2.14 for android sample #395

Closed wiryadev closed 3 days ago

wiryadev commented 1 month ago

update LeakCanary to 2.14 to prevent android sample from crashing in the future due to class removal in WorkManager. Here is link for the context: PY's post

image