Circleci project setup completed

- Add .circleci/config.yml
 - Errors resolved in atlas weather flavour
 - continue with Lint errors enabled
 - update to config.yml
This commit is contained in:
2022-02-06 20:48:13 +00:00
committed by GitHub
parent d2bffab2e1
commit ed78d40cc0
9 changed files with 360 additions and 19 deletions

View File

@@ -7,6 +7,9 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'androidx.navigation.safeargs'
android {
lintOptions {
abortOnError false
}
compileSdkVersion 30
defaultConfig {
applicationId "com.appttude.h_mal.atlas_weather"