add debug banner
Signed-off-by: VishnuSanal <t.v.s10123@gmail.com>
This commit is contained in:
parent
af563c83ac
commit
b09e6884e9
1 changed files with 9 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ plugins {
|
|||
id "dagger.hilt.android.plugin"
|
||||
id "kotlin-kapt"
|
||||
id 'org.jetbrains.kotlin.android'
|
||||
id "com.starter.easylauncher" version "6.1.0"
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
@ -71,6 +72,14 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
easylauncher {
|
||||
buildTypes {
|
||||
debug {
|
||||
filters blueRibbonFilter()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Kotlin
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
|
|
|
|||
Loading…
Reference in a new issue