Implement task to generate translator layout from a text file (#759)

Related to #669
This commit is contained in:
Quentin Hibon
2021-02-22 14:46:52 +01:00
committed by GitHub
parent bc623f044d
commit 96f87df052
7 changed files with 201 additions and 285 deletions

View File

@@ -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 {