dependencies

  1. buzolive

    Type com.google.gson.ExclusionStrategy is defined multiple times

    i am generating signed apk to uploading on play store but i am getting this error on generate in android studio..... Type com.google.gson.ExclusionStrategy is defined multiple times... this is my gradle apply plugin: 'com.android.application' apply plugin: 'com.google.gms.google-services'...
Top