taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit d3273de7e9f947a2136d058b4eea7c0427fac9eb
parent b068b804a970f28bb7c537d5a89b3876949a87eb
Author: Iván Ávalos <avalos@disroot.org>
Date:   Tue,  9 Sep 2025 18:30:55 +0200

[wallet] fix linting issue

Diffstat:
Mcontrib/ci/Containerfile | 2+-
Mwallet/src/main/res/values-cs/strings.xml | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -8,9 +8,9 @@ RUN apt update && apt-get -qy install --no-install-recommends \ python3-setuptools \ openssh-client \ rsync -RUN pipx install git+https://gitlab.com/fdroid/fdroidserver.git ENV PATH="${PATH}:${HOME}/.local/bin" +RUN pipx install git+https://gitlab.com/fdroid/fdroidserver.git ENV JAVA_HOME /usr/lib/jvm/java-17-openjdk-amd64 diff --git a/wallet/src/main/res/values-cs/strings.xml b/wallet/src/main/res/values-cs/strings.xml @@ -331,6 +331,7 @@ <item quantity="one"/> <item quantity="few"/> <item quantity="other"/> + <item quantity="many"/> </plurals> <string name="exchange_fee_coin_expiration_label"/> <string name="exchange_fee_coin_fees_label"/>