Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Jan 24, 2024
1 parent 80cfce1 commit 8c22d7a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/kotlin/cn/super12138/todo/constant/Constants.kt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8c22d7a

Please sign in to comment.