Clean code

This commit is contained in:
Super12138 2024-01-24 14:56:23 +08:00
parent 80cfce19e1
commit 8c22d7ac5f

View file

@ -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"