mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-14 21:18:56 +01:00
Only enable ACRA crash logging in preview and stable release builds
This commit is contained in:
@@ -5,5 +5,8 @@ import eu.kanade.tachiyomi.BuildConfig
|
||||
val isDevFlavor: Boolean
|
||||
get() = BuildConfig.FLAVOR == "dev"
|
||||
|
||||
val isReleaseFlavor: Boolean
|
||||
val isPreviewBuildType: Boolean
|
||||
get() = BuildConfig.BUILD_TYPE == "preview"
|
||||
|
||||
val isReleaseBuildType: Boolean
|
||||
get() = BuildConfig.BUILD_TYPE == "release"
|
||||
|
||||
Reference in New Issue
Block a user