Benjamin Lüscher
Benjamin Lüscher
Is there any chance to get help for the described issue in this repository or is there just no support with this plugin for number values in POST request via...
> Any updates? This plugin doesn't work on API level 29. It still works with target SDK 29 (didn't test it with target SDK 30 yet). But may it won't...
I solved this issue by: 1. Remove following block in `settings.gradle` ``` - dependencyResolutionManagement { - // ... - } ``` 2. Adding `maven { url "https://jitpack.io" }` to build.gradle...
I'm confused. Why is the certificate pinning so complicated with this plugin? By following the official android documentation I'm able to enable certificate pinning for specific domains only with a...