feat: add simple theme in free version

This commit is contained in:
J-Jamet
2023-07-28 18:48:35 +02:00
parent c70841d3e5
commit a98fa0d7bb

View File

@@ -60,7 +60,7 @@ android {
buildConfigField "String", "BUILD_VERSION", "\"free\""
buildConfigField "boolean", "CLOSED_STORE", "true"
buildConfigField "String[]", "STYLES_DISABLED",
"\"KeepassDXStyle_Blue\"," +
"{\"KeepassDXStyle_Blue\"," +
"\"KeepassDXStyle_Blue_Night\"," +
"\"KeepassDXStyle_Red\"," +
"\"KeepassDXStyle_Red_Night\"," +