style: @keep class from minification

This commit is contained in:
antonio 2023-06-21 10:50:54 +02:00
parent cb3f1290d1
commit 76c53bd502
68 changed files with 163 additions and 56 deletions

View file

@ -1,8 +1,10 @@
package com.cappielloantonio.tempo.subsonic.base
import androidx.annotation.Keep
import com.cappielloantonio.tempo.subsonic.models.SubsonicResponse
import com.google.gson.annotations.SerializedName
@Keep
class ApiResponse {
@SerializedName("subsonic-response")
var subsonicResponse: SubsonicResponse? = null