A Simple Selection Gson Converter for Retrofit Response Message
- Add JitPack repository to your root build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add dependencie to your modul build.gradle
compile 'com.github.DiepEsc:SelectionGsonConverter:0.0'
- For code implementation, see the example code in the modul
Demo
in this project or see demo code here