Run updateTranslators before compilation

pull/759/head
Quentin Hibon 5 years ago
parent 6f9ba1aeb9
commit 05f7acfca5

@ -1,3 +1,5 @@
/*
* Copyright (C) 2016-2021 Álinson Santos Xavier <git@axavier.org>
*
@ -26,7 +28,12 @@ plugins {
id("org.jlleitschuh.gradle.ktlint")
}
tasks.compileLint {
dependsOn("updateTranslators")
}
android {
compileSdkVersion(30)
defaultConfig {

Loading…
Cancel
Save