datatrans / android-sdk

Accept payments on your Android apps: Our mobile SDKs support your entire payment and registration process and simplify the integration of any payment method in your mobile apps.
Other
6 stars 0 forks source link

SDK has conflicting networkSecurityConfig #8

Closed Charchad closed 1 year ago

Charchad commented 1 year ago

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.

BasilAch commented 1 year ago

Fixed in 2.4.0.

Charchad commented 1 year ago

Thanks!