Fix ClassCastException from R8 issue (#528)

This commit is contained in:
Brian Yencho 2024-01-07 21:06:00 -06:00 committed by Álison Fernandes
parent e57dc0393c
commit 0ff580ec78

View file

@ -1,5 +1,6 @@
package com.x8bit.bitwarden.data.vault.datasource.network.api package com.x8bit.bitwarden.data.vault.datasource.network.api
import androidx.annotation.Keep
import com.x8bit.bitwarden.data.vault.datasource.network.model.SendJsonRequest import com.x8bit.bitwarden.data.vault.datasource.network.model.SendJsonRequest
import com.x8bit.bitwarden.data.vault.datasource.network.model.SyncResponseJson import com.x8bit.bitwarden.data.vault.datasource.network.model.SyncResponseJson
import retrofit2.http.Body import retrofit2.http.Body
@ -11,6 +12,7 @@ import retrofit2.http.Path
/** /**
* Defines raw calls under the /send API with authentication applied. * Defines raw calls under the /send API with authentication applied.
*/ */
@Keep
interface SendsApi { interface SendsApi {
/** /**