Unable to proguard my extension

yes I have added. extension is working fine without proguard

It might be the case that we dropped a couple JARs and didn't update the proguard task (we don't use proguard so this isn't on the critical path). If the libraries in question aren't listed in the CopyComponentLibraries or found in the lib/android/support directory, you may just want to remove the relevant lines from the proguard task.

2 Likes

should I share jars.txt file inside lib/android/support directory here

1 Like

I also faced this error a few days ago. In my case it was solved when I updated the Android support libraries.

1 Like

I have switched to extension template and it's working fine there :slightly_smiling_face:

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.