From 762a877c5efe1346a0abdd26dd0c1d739861b8ad Mon Sep 17 00:00:00 2001 From: J-Jamet Date: Mon, 14 Feb 2022 16:34:42 +0100 Subject: [PATCH] Fix compilation --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e195c2957..694fedde1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,7 @@ android { buildConfigField "String[]", "STYLES_DISABLED", "{\"KeepassDXStyle_Simple\"," + "\"KeepassDXStyle_Simple_Night\"," + - "{\"KeepassDXStyle_Blue\"," + + "\"KeepassDXStyle_Blue\"," + "\"KeepassDXStyle_Blue_Night\"," + "\"KeepassDXStyle_Red\"," + "\"KeepassDXStyle_Red_Night\"," +