4,160 questions
Remove bumptech.glide.load.data java package from maui app

Somnath Shukla
411
Reputation points
I am building a maui app targeting .Net 8. I see the app depends on the java package bumptech.glide.load.data which also allows HTTP(non https) URL. I could not find direct dependency on bumptech.glide.load.data package what is the best way to remove it?
Steps to Reproduce
- Create a .net Maui app
- build the Android app, and open the classes.dex file from the app
Developer technologies | .NET | .NET MAUI
Sign in to answer