Chirag Thummar

Results 4 comments of Chirag Thummar

> Now that [Android Studio Flamingo](https://android-developers.googleblog.com/2023/04/android-studio-flamingo-is-stable.html) with AGP 8.0 enabled [R8 full mode](https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md#r8-full-mode) by default, I'm facing the same issue. > > Could you please release a new version of...

**_My Working Solutions_** ``` ##---------------Begin: proguard configuration for Gson ---------- # Gson uses generic type information stored in a class file when working with fields. Proguard # removes such information...

Try Adding jcenter() in repositories. because this lib is not moved to mavenCentral() and jcenter() depetrecated in android studio. repositories { jcenter() }