PaystackHQ / paystack-android

Paystack SDK for Android. Accept payments on Android
Apache License 2.0
126 stars 101 forks source link

Swap Moshi for GSON to address Type erasure problems in network requests #157

Closed michael-paystack closed 1 year ago

michael-paystack commented 1 year ago

Fixes an issue from version 3.3.1 where network requests fail because of response parsing problems related to Java's type erasure. This PR swaps GSON for Moshi for better compatibility with Kotlin

sonarcloud[bot] commented 1 year ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

16.1% 16.1% Coverage
0.0% 0.0% Duplication