mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
Implement task to generate translator layout from a text file (#759)
Related to #669
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user