You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@kunalkhedkar, We have found that if you can shift Tappx to an older version 1.3.30 it will work with our SDK 3.8.4.
We found that OMSDK made ProGuard mapping on 1.3.37 version and we are planing to include this in our nearest future version release which solve this issue.
Our future planing is to provide a solution for such issues no matter which OMSDK version is in use or other 3rd party 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.
The text was updated successfully, but these errors were encountered: