Skip to content

Commit

Permalink
version up to v1.0.0 [FoKE-Developers#85]
Browse files Browse the repository at this point in the history
  • Loading branch information
DokySp committed Oct 11, 2024
1 parent c4943a1 commit 33acb7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
# application ----
id = "com.foke.together"
app-version-code = "1"
app-version-code = "2"
app-version-name = "1.0.0"

# sdk ------------
Expand Down
2 changes: 1 addition & 1 deletion util/src/main/java/com/foke/together/util/AppPolicy.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.foke.together.util

object AppPolicy {
const val isDebugMode = true
const val isDebugMode = false

// network
const val WEB_SERVER_URL = "https://4cuts.store/"
Expand Down

0 comments on commit 33acb7e

Please sign in to comment.