Apply ribbon to debug and nightly variant's launcher icon
Create a noticeable difference between nightly, debug and stable Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -23,7 +23,8 @@ plugins {
|
||||
id 'org.jetbrains.kotlin.android'
|
||||
id 'org.jetbrains.kotlin.kapt'
|
||||
id 'androidx.navigation.safeargs.kotlin'
|
||||
id "org.jlleitschuh.gradle.ktlint"
|
||||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
id 'com.starter.easylauncher'
|
||||
}
|
||||
|
||||
project.ext {
|
||||
@@ -108,6 +109,17 @@ kapt {
|
||||
correctErrorTypes = true
|
||||
}
|
||||
|
||||
easylauncher {
|
||||
buildTypes {
|
||||
nightly {
|
||||
filters chromeLike()
|
||||
}
|
||||
debug {
|
||||
filters chromeLike()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
//MultiDex for Kitkat support
|
||||
implementation "androidx.multidex:multidex:2.0.1"
|
||||
|
||||
Reference in New Issue
Block a user