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.
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.
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.