My android Project is working fine without the google place library. I am trying to implement below place library in my project as old one is depricated.
implementation 'com.google.android.libraries.places:places:1.0.0'
After adding above library it is starting to give below errors but without above project just works fine
Duplicate class com.bumptech.glide.util.pool.StateVerifier$DefaultStateVerifier found in modules classes.jar
Duplicate class com.google.android.gms.location.places.zza found in modules classes.jar
Go to the documentation to learn how to <a href="d.android.com/r/tools/classpath-sync-errors">Fix dependency resolution errors</a>
AAPT: error: duplicate value for resource 'attr/font' with config
How can I avoid above with new place library implementation