mirror of
https://github.com/bitwarden/android.git
synced 2024-11-22 17:36:01 +03:00
Fix ClassCastException from R8 issue (#528)
This commit is contained in:
parent
e57dc0393c
commit
0ff580ec78
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue