Clean code
This commit is contained in:
parent
80cfce19e1
commit
8c22d7ac5f
1 changed files with 0 additions and 4 deletions
|
|
@ -1,10 +1,6 @@
|
|||
package cn.super12138.todo.constant
|
||||
|
||||
object Constants {
|
||||
const val DB_NAME = "ToDo.db"
|
||||
const val DB_VERSION = 1
|
||||
const val TABLE_NAME = "ToDo"
|
||||
|
||||
const val AUTHOR_GITHUB_URL = "https://github.com/Super12138/"
|
||||
const val REPO_GITHUB_URL = "https://github.com/Super12138/ToDo"
|
||||
const val UPDATE_URL = "https://github.com/Super12138/ToDo/releases"
|
||||
|
|
|
|||
Loading…
Reference in a new issue