add debug banner

Signed-off-by: VishnuSanal <t.v.s10123@gmail.com>
This commit is contained in:
VishnuSanal 2023-05-24 13:52:22 +05:30
parent af563c83ac
commit b09e6884e9
No known key found for this signature in database
GPG key ID: 14262D60A80C0214

View file

@ -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"