Using ProGuardΒΆ
If you are using Proguard, please make sure to include the following parameters
##---------------Begin: proguard configuration for GeoMoby --------
-keep class retrofit2.** { *; }
-keep class com.geomoby.** { *; }
##---------------End: proguard configuration for GeoMoby ----------