Set up a basic CI pipeline

This commit is contained in:
Marc Plano-Lesay 2023-08-11 07:32:18 +10:00
parent 81259cabc9
commit 8068afa9f8
Signed by untrusted user: kernald
GPG key ID: 66A41B08CC62A6CF
3 changed files with 53 additions and 0 deletions

View file

@ -83,6 +83,10 @@ android {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
}
lint {
lintConfig = file("$rootDir/lint-config.xml")
}
}
dependencies {