Skip to content

Fixed malformed json data being parsed by Moshi error.

Fixes : #428

Changes :

  1. Added Network Security Config file, which is being tagged in AndroidManifest.xml. It helps retrofit call apis from localhost.
  2. Fixed Moshi parsing malformed JSON data error in AppModule.kt

Merge request reports