datatrans/android-sdk

SDK has conflicting networkSecurityConfig

Charchad opened this issue · 2 comments

Hi,

Today we tried to upgrade from SDK version 2.1.0 to 2.3.3 but the project cannot be compiled because from version 2.2.0 you added a custom networkSecurityConfig which is conflicting with another configuration.

You shouldn't do this in a library, at least not in "release". If you want to customise the network config you should do it only for debug.

Fixed in 2.4.0.

Thanks!