mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Disable verbose logging by default on nightly releases
This commit is contained in:
parent
a6e5b41d7d
commit
bafd9e54aa
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ fun preferenceModule(application: Application) = module {
|
||||||
single {
|
single {
|
||||||
NetworkPreferences(
|
NetworkPreferences(
|
||||||
get(),
|
get(),
|
||||||
BuildConfig.FLAVOR == "dev" || BuildConfig.DEBUG || BuildConfig.NIGHTLY,
|
BuildConfig.FLAVOR == "dev" || BuildConfig.DEBUG,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue