fix: 🚑 Disable linting on builds

Fix the error occuring in automatic builds due to linting
This commit is contained in:
Front 2022-04-03 19:31:22 -04:00
parent c4c4d08343
commit dfb5e2b574
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
},
lintOptions {
checkReleaseBuilds false
}
}