upgrade Android gradle plugin, Kotlin and jetifier (#1468)
This commit is contained in:
parent
6f50704b7d
commit
d4f80f308d
5 changed files with 5 additions and 54 deletions
|
@ -29,6 +29,6 @@ data class DeletedStatus(
|
|||
@SerializedName("created_at") val createdAt: Date
|
||||
) {
|
||||
fun isEmpty(): Boolean {
|
||||
return text == null && attachments == null;
|
||||
return text == null && attachments == null
|
||||
}
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
package com.keylesspalace.tusky.entity
|
||||
|
||||
import com.google.gson.annotations.SerializedName
|
||||
|
||||
data class History(
|
||||
@field:SerializedName("day")
|
||||
val day: String,
|
||||
|
||||
@field:SerializedName("uses")
|
||||
val uses: Int,
|
||||
|
||||
@field:SerializedName("accounts")
|
||||
val accounts: Int
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue