ci: opt manager (#55)

* ci: opt manager

* lint: don't check release build
This commit is contained in:
Ylarod
2023-01-13 21:06:55 +08:00
committed by GitHub
parent 177d6dba15
commit a748bed807
3 changed files with 41 additions and 14 deletions

View File

@@ -9,6 +9,8 @@ plugins {
android {
namespace = "me.weishu.kernelsu"
ndkVersion = "25.1.8937393"
defaultConfig {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@@ -17,6 +19,10 @@ android {
}
}
lint {
checkReleaseBuilds = false
}
buildFeatures {
compose = true
}