pull/32/head
parent
d359571c6c
commit
664c48af0f
@ -1,12 +0,0 @@ |
||||
package io.legado.app.constant |
||||
|
||||
import com.google.gson.Gson |
||||
import com.google.gson.GsonBuilder |
||||
|
||||
object AppUtils { |
||||
val GSON_CONVERTER: Gson = GsonBuilder() |
||||
.disableHtmlEscaping() |
||||
.setPrettyPrinting() |
||||
.setDateFormat("yyyy-MM-dd HH:mm:ssZ") |
||||
.create() |
||||
} |
@ -1,5 +1,8 @@ |
||||
package io.legado.app.constant |
||||
|
||||
object Status { |
||||
const val STOP = 0 |
||||
const val PLAY = 1 |
||||
const val NEXT = 2 |
||||
|
||||
} |
Loading…
Reference in new issue