diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-20 17:17:06 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-20 17:17:06 +0530 |
commit | 940cdd9750fb9d26dfc370d01dd0255372e90d2e (patch) | |
tree | 0376eb023b14c3781dfd18c41582f72751548e04 | |
parent | 42672b599b0f81891521030383b18eaf81e06649 (diff) |
app: remove lingering resource directory
The mapping was fixed on Crowdin but this wasn't deleted manually resulting in build failures
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | app/src/nonFree/res/values-pt-BR/strings.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/src/nonFree/res/values-pt-BR/strings.xml b/app/src/nonFree/res/values-pt-BR/strings.xml deleted file mode 100644 index 56f685a8..00000000 --- a/app/src/nonFree/res/values-pt-BR/strings.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><!-- - ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. - ~ SPDX-License-Identifier: GPL-3.0-only - --> -<resources> - <string name="oreo_autofill_waiting_for_sms">Esperando pelo SMS…</string> -</resources> |