mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-14 17:56:01 -07:00
style: @keep class from minification
This commit is contained in:
parent
cb3f1290d1
commit
76c53bd502
68 changed files with 163 additions and 56 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue