Add a stroke for private message bubbles on Android 4

This commit is contained in:
Torsten Grote
2018-08-14 18:25:16 -03:00
parent c8b516196c
commit 21f95ed9af
13 changed files with 35 additions and 1 deletions

View File

@@ -155,7 +155,7 @@ task verifyTranslations {
def folders = ["default", "en-US"]
project.file("src/main/res").eachDir { dir ->
if (dir.name.startsWith("values-") && !dir.name.endsWith("night")) {
if (dir.name.startsWith("values-") && !dir.name.endsWith("night") && !dir.name.endsWith("v21")) {
folders.add(dir.name.substring(7).replace("-r", "-"))
}
}