We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4943a1 commit 33acb7eCopy full SHA for 33acb7e
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
# application ----
3
id = "com.foke.together"
4
-app-version-code = "1"
+app-version-code = "2"
5
app-version-name = "1.0.0"
6
7
# sdk ------------
util/src/main/java/com/foke/together/util/AppPolicy.kt
package com.foke.together.util
object AppPolicy {
- const val isDebugMode = true
+ const val isDebugMode = false
// network
const val WEB_SERVER_URL = "https://4cuts.store/"
0 commit comments