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.architecture"
|
||||
namespace = "com.atridad.mealient.architecture"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -17,4 +17,4 @@ dependencies {
|
||||
testImplementation(libs.androidx.coreTesting)
|
||||
testImplementation(libs.google.truth)
|
||||
testImplementation(project(":testing"))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user