aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-10-08 21:11:03 -0400
committerGitHub <noreply@github.com>2018-10-08 21:11:03 -0400
commit49d829355be470889a5624f562be24cc81b7442e (patch)
tree2c74c35e2de90f1ab40d1dd4153627ac5fd380d0 /app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
parente113308923e319a98a8800f95aaba1998d50e7a2 (diff)
downloadfrost-49d829355be470889a5624f562be24cc81b7442e.tar.gz
frost-49d829355be470889a5624f562be24cc81b7442e.tar.bz2
frost-49d829355be470889a5624f562be24cc81b7442e.zip
Update when bugsnag gets added (#1128)
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt9
1 files changed, 1 insertions, 8 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
index 7909f125..0cb57ed5 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Const.kt
@@ -15,11 +15,4 @@ const val REQUEST_TEXT_ZOOM = 1 shl 14
const val REQUEST_NAV = 1 shl 15
const val REQUEST_SEARCH = 1 shl 16
-const val MAIN_TIMEOUT_DURATION = 30 * 60 * 1000 // 30 min
-
-// Flavours
-const val FLAVOUR_PRODUCTION = "production"
-const val FLAVOUR_TEST = "releaseTest"
-const val FLAVOUR_GITHUB = "github"
-const val FLAVOUR_RELEASE = "release"
-const val FLAVOUR_UNNAMED = "unnamed" \ No newline at end of file
+const val MAIN_TIMEOUT_DURATION = 30 * 60 * 1000 // 30 min \ No newline at end of file