Drop easylauncher plugin and import generated files

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-08-21 11:49:38 +05:30
parent f3c56ca056
commit b77a87d55f
38 changed files with 286 additions and 170 deletions

View File

@@ -29,7 +29,6 @@ plugins {
id("org.jetbrains.kotlin.kapt")
id("androidx.navigation.safeargs.kotlin")
id("org.jlleitschuh.gradle.ktlint")
id("com.starter.easylauncher")
id("dev.rikka.tools.refine")
}
@@ -121,17 +120,6 @@ kapt {
correctErrorTypes = true
}
easylauncher {
buildTypes {
register("nightly") {
setFilters(chromeLike())
}
register("debug") {
setFilters(chromeLike())
}
}
}
dependencies {
//Protobuf