mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-14 10:11:58 +00:00
fix crash
This commit is contained in:
parent
9fb51d7bfe
commit
8292fe21c7
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ package com.habitrpg.common.habitica.helpers
|
|||
|
||||
enum class AppTestingLevel(identifier: String) {
|
||||
STAFF("staff"),
|
||||
PARTNERS("partners"),
|
||||
ALPHA("alpha"),
|
||||
BETA("beta"),
|
||||
PRODUCTION("production")
|
||||
|
|
|
|||
Loading…
Reference in a new issue