I want to know how to apply it to build.gradle
keiabc opened this issue · 0 comments
keiabc commented
Hello,
I applied it as below, but the error "> Configure project :app" occurs.
I want to know how to apply it to build.gradle
I'm a beginner in Android development. Please excuse me.
/project/build.gradle
dependencies {
classpath("org.lsposed.lsparanoid:gradle-plugin:0.5.0")
}
/project/app/build.gradle
plugins {
id "org.lsposed.lsparanoid"
}
lsparanoid {
seed = null
global = false
includeDependencies = false
variantFilter = { true }
}