Commit e8ce6610 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update AppModule.kt

parent c5441782
...@@ -73,6 +73,6 @@ class AppModule { ...@@ -73,6 +73,6 @@ class AppModule {
@Provides @Provides
@Singleton @Singleton
fun providePlatformLogger(): PlatformLogger { fun providePlatformLogger(): PlatformLogger {
return TimberLogger() return TimberLogger
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment