Hi Team
after adding
' implementation("com.google.firebase
firebase admin9.1.1") '
' implementation ("com.google.firebase
firebase firestore ktx23.0.4") '
these two dependencies , if I'm running 'createReleaseDistributable'
than I'm getting this proguard error
Warning: there were 1526 unresolved references to classes or interfaces.
You may need to add missing library jars or update their versions.
If your code works fine without the missing classes, you can suppress
the warnings with '-dontwarn' options.
(
https://www.guardsquare.com/proguard/manual/troubleshooting#unresolvedclass)
Warning: there were 19 unresolved references to program class members.
Your input classes appear to be inconsistent.
You may need to recompile the code.
(
https://www.guardsquare.com/proguard/manual/troubleshooting#unresolvedprogramclassmember)
Unexpected error
java.io.IOException: Please correct the above warnings first.
at proguard.Initializer.execute(Initializer.java:544) ~[proguard-base-7.2.2.jar:7.2.2]
at proguard.pass.PassRunner.run(PassRunner.java:24) ~[proguard-base-7.2.2.jar:7.2.2]
at proguard.ProGuard.initialize(ProGuard.java:328) ~[proguard-base-7.2.2.jar:7.2.2]
at proguard.ProGuard.execute(ProGuard.java:130) ~[proguard-base-7.2.2.jar:7.2.2]
at proguard.ProGuard.main(ProGuard.java:623) [proguard-base-7.2.2.jar:7.2.2]
I'm attaching here complete output , please look it for reference and help to resolve this issue