Added Slovenian translation (from Andrej Žgavec). Had to update build.gradle dependencies to get it to compile

This commit is contained in:
Graham Jones
2022-03-02 23:32:14 +00:00
parent e2613a3fb7
commit d6b397b6e2
7 changed files with 368 additions and 22 deletions

View File

@@ -21,6 +21,9 @@ allprojects {
}
//maven { url 'https://jitpack.io' }
}
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
}
}