Skip to content

Commit 33acb7e

Browse files
committed
version up to v1.0.0 [FoKE-Developers#85]
1 parent c4943a1 commit 33acb7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
# application ----
33
id = "com.foke.together"
4-
app-version-code = "1"
4+
app-version-code = "2"
55
app-version-name = "1.0.0"
66

77
# sdk ------------

util/src/main/java/com/foke/together/util/AppPolicy.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.foke.together.util
22

33
object AppPolicy {
4-
const val isDebugMode = true
4+
const val isDebugMode = false
55

66
// network
77
const val WEB_SERVER_URL = "https://4cuts.store/"

0 commit comments

Comments
 (0)