I use several libs which are obfuscated. As a result I get following build error:
Duplicate class a.a found in modules jetified-android-sdk-3.8.4-runtime (com.taboola:android-sdk:3.8.4) and jetified-omsdk-1.3.35-runtime (com.tappx.sdk.android:omsdk:1.3.35)
because other lib also has obfuscated a.a class.
Please use flattenpackagehierarchy in your ProGuard rules to move obfuscated classes in some unique package to prevent aforementioned conflicts with other libraries.
I use several libs which are obfuscated. As a result I get following build error:
Duplicate class a.a found in modules jetified-android-sdk-3.8.4-runtime (com.taboola:android-sdk:3.8.4) and jetified-omsdk-1.3.35-runtime (com.tappx.sdk.android:omsdk:1.3.35)because other lib also has obfuscated a.a class.
Please use flattenpackagehierarchy in your ProGuard rules to move obfuscated classes in some unique package to prevent aforementioned conflicts with other libraries.