mirror of
https://github.com/bitwarden/android.git
synced 2026-05-22 04:22:11 -05:00
Fix ClassCastException from R8 issue (#528)
This commit is contained in:
committed by
Álison Fernandes
parent
e57dc0393c
commit
0ff580ec78
@@ -1,5 +1,6 @@
|
||||
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.SyncResponseJson
|
||||
import retrofit2.http.Body
|
||||
@@ -11,6 +12,7 @@ import retrofit2.http.Path
|
||||
/**
|
||||
* Defines raw calls under the /send API with authentication applied.
|
||||
*/
|
||||
@Keep
|
||||
interface SendsApi {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user