Replace "Mealie" with "Mealient" everywhere
This commit is contained in:
14
app/src/main/java/gq/kirmanak/mealient/App.kt
Normal file
14
app/src/main/java/gq/kirmanak/mealient/App.kt
Normal file
@@ -0,0 +1,14 @@
|
||||
package gq.kirmanak.mealient
|
||||
|
||||
import android.app.Application
|
||||
import dagger.hilt.android.HiltAndroidApp
|
||||
import timber.log.Timber
|
||||
|
||||
@HiltAndroidApp
|
||||
class App : Application() {
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
if (BuildConfig.DEBUG) Timber.plant(Timber.DebugTree())
|
||||
Timber.v("onCreate() called")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user