Convert to my app, so I can continue a fork!
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
plugins {
|
||||
id("gq.kirmanak.mealient.library")
|
||||
id("com.atridad.mealient.library")
|
||||
id("dagger.hilt.android.plugin")
|
||||
alias(libs.plugins.ksp)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "gq.kirmanak.mealient.logging"
|
||||
namespace = "com.atridad.mealient.logging"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -13,4 +13,4 @@ dependencies {
|
||||
|
||||
implementation(libs.google.dagger.hiltAndroid)
|
||||
ksp(libs.google.dagger.hiltCompiler)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package gq.kirmanak.mealient.logging
|
||||
package com.atridad.mealient.logging
|
||||
|
||||
interface Appender {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package gq.kirmanak.mealient.logging
|
||||
package com.atridad.mealient.logging
|
||||
|
||||
import dagger.Binds
|
||||
import dagger.Module
|
||||
@@ -1,10 +1,10 @@
|
||||
package gq.kirmanak.mealient.logging
|
||||
package com.atridad.mealient.logging
|
||||
|
||||
import android.app.Activity
|
||||
import android.app.Application
|
||||
import android.app.Application.ActivityLifecycleCallbacks
|
||||
import android.os.Bundle
|
||||
import gq.kirmanak.mealient.architecture.configuration.AppDispatchers
|
||||
import com.atridad.mealient.architecture.configuration.AppDispatchers
|
||||
import kotlinx.coroutines.CoroutineScope
|
||||
import kotlinx.coroutines.SupervisorJob
|
||||
import kotlinx.coroutines.cancel
|
||||
@@ -1,3 +1,3 @@
|
||||
package gq.kirmanak.mealient.logging
|
||||
package com.atridad.mealient.logging
|
||||
|
||||
enum class LogLevel { VERBOSE, DEBUG, INFO, WARNING, ERROR }
|
||||
@@ -1,4 +1,4 @@
|
||||
package gq.kirmanak.mealient.logging
|
||||
package com.atridad.mealient.logging
|
||||
|
||||
interface LogRedactor {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package gq.kirmanak.mealient.logging
|
||||
package com.atridad.mealient.logging
|
||||
|
||||
import android.util.Log
|
||||
import gq.kirmanak.mealient.architecture.configuration.BuildConfiguration
|
||||
import com.atridad.mealient.architecture.configuration.BuildConfiguration
|
||||
import javax.inject.Inject
|
||||
|
||||
internal class LogcatAppender @Inject constructor(
|
||||
@@ -1,4 +1,4 @@
|
||||
package gq.kirmanak.mealient.logging
|
||||
package com.atridad.mealient.logging
|
||||
|
||||
import android.content.Context
|
||||
import java.io.File
|
||||
@@ -1,4 +1,4 @@
|
||||
package gq.kirmanak.mealient.logging
|
||||
package com.atridad.mealient.logging
|
||||
|
||||
import android.util.Log
|
||||
import java.util.regex.Pattern
|
||||
@@ -1,4 +1,4 @@
|
||||
package gq.kirmanak.mealient.logging
|
||||
package com.atridad.mealient.logging
|
||||
|
||||
import dagger.Binds
|
||||
import dagger.Module
|
||||
Reference in New Issue
Block a user