Skip to content

Instantly share code, notes, and snippets.

@DivS-15
Created July 17, 2022 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DivS-15/e629c916c9d04abb193ee5b28ec302c7 to your computer and use it in GitHub Desktop.
Save DivS-15/e629c916c9d04abb193ee5b28ec302c7 to your computer and use it in GitHub Desktop.
class MyApplication() : Application(), Configuration.Provider {
override fun getWorkManagerConfiguration() =
Configuration.Builder()
.setMinimumLoggingLevel(android.util.Log.INFO)
.build()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment