Set up a basic CI pipeline
This commit is contained in:
parent
81259cabc9
commit
8068afa9f8
3 changed files with 53 additions and 0 deletions
|
|
@ -83,6 +83,10 @@ android {
|
|||
excludes += "/META-INF/{AL2.0,LGPL2.1}"
|
||||
}
|
||||
}
|
||||
|
||||
lint {
|
||||
lintConfig = file("$rootDir/lint-config.xml")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue