Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- danny@lw10:~/work/walletScrutinyCom$ ./test.sh --apk ~/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
- +++ dirname ./test.sh
- ++ cd .
- ++ pwd
- + SCRIPT_DIR=/home/danny/work/walletScrutinyCom/scripts
- + TEST_ANDROID_DIR=/home/danny/work/walletScrutinyCom/scripts/test/android
- + wsContainer=docker.io/walletscrutiny/android:5
- + takeUserActionCommand='echo "CTRL-D to continue";
- bash'
- + shouldCleanup=false
- + [[ 2 -gt 0 ]]
- + case $1 in
- + downloadedApk=/home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
- + shift
- + shift
- + [[ 0 -gt 0 ]]
- + [[ /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk =~ ^/.* ]]
- + '[' '!' -f /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk ']'
- ++ sha256sum /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
- ++ awk '{print $1;}'
- + appHash=810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
- + fromPlayFolder=/tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
- + rm -rf /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
- ++ getSigner /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
- +++ dirname /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
- ++ DIR=/home/danny/work/apk
- +++ basename /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
- ++ BASE=com.greenaddress.greenbits_android_wallet-22000428.apk
- +++ grep 'Signer #1 certificate SHA-256'
- +++ podman run --rm --volume /home/danny/work/apk:/mnt:ro --workdir /mnt docker.io/walletscrutiny/android:5 apksigner verify --print-certs com.greenaddress.greenbits_android_wallet-22000428.apk
- +++ awk '{print $6}'
- ++ s=32f9cc00b13fbeace51e2fb51df482044e42ad34a9bd912f179fedb16a42970e
- ++ echo 32f9cc00b13fbeace51e2fb51df482044e42ad34a9bd912f179fedb16a42970e
- + signer=32f9cc00b13fbeace51e2fb51df482044e42ad34a9bd912f179fedb16a42970e
- + echo 'Extracting APK content ...'
- Extracting APK content ...
- + containerApktool /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
- + targetFolder=/tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
- + app=/home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
- ++ dirname /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
- + targetFolderParent=/tmp
- ++ basename /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
- + targetFolderBase=fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b
- ++ dirname /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
- + appFolder=/home/danny/work/apk
- ++ basename /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
- + appFile=com.greenaddress.greenbits_android_wallet-22000428.apk
- + podman run --rm --volume /tmp:/tfp --volume /home/danny/work/apk:/af:ro docker.io/walletscrutiny/android:5 sh -c 'apktool d -o "/tfp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b" "/af/com.greenaddress.greenbits_android_wallet-22000428.apk"'
- I: Using Apktool 2.4.1 on com.greenaddress.greenbits_android_wallet-22000428.apk
- I: Loading resource table...
- I: Decoding AndroidManifest.xml with resources...
- I: Loading resource table from file: /root/.local/share/apktool/framework/1.apk
- I: Regular manifest package...
- I: Decoding file-resources...
- I: Decoding values */* XMLs...
- I: Baksmaling classes.dex...
- I: Baksmaling classes2.dex...
- I: Baksmaling classes3.dex...
- I: Baksmaling classes4.dex...
- I: Copying assets and libs...
- I: Copying unknown files...
- I: Copying original files...
- I: Copying META-INF/services directory
- + return 0
- ++ cat /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b/AndroidManifest.xml
- ++ head -n 1
- ++ sed 's/.*package=\"//g'
- ++ sed 's/\".*//g'
- + appId=com.greenaddress.greenbits_android_wallet
- ++ cat /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b/apktool.yml
- ++ grep versionName
- ++ sed 's/.*\: //g'
- ++ sed 's/'\''//g'
- + versionName=4.0.28
- ++ cat /tmp/fromPlay810f2008edef117d0cf144874d7433636590f54af1e0689540cd69a47d42e24b/apktool.yml
- ++ grep versionCode
- ++ sed 's/.*\: //g'
- ++ sed 's/'\''//g'
- + versionCode=22000428
- + workDir=/tmp/test_com.greenaddress.greenbits_android_wallet
- + '[' -z com.greenaddress.greenbits_android_wallet ']'
- + '[' -z 4.0.28 ']'
- + '[' -z 22000428 ']'
- + echo
- + echo 'Testing "/home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk" (com.greenaddress.greenbits_android_wallet version 4.0.28)'
- Testing "/home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk" (com.greenaddress.greenbits_android_wallet version 4.0.28)
- + echo
- + testScript=/home/danny/work/walletScrutinyCom/scripts/test/android/com.greenaddress.greenbits_android_wallet.sh
- + '[' '!' -f /home/danny/work/walletScrutinyCom/scripts/test/android/com.greenaddress.greenbits_android_wallet.sh ']'
- + source /home/danny/work/walletScrutinyCom/scripts/test/android/com.greenaddress.greenbits_android_wallet.sh
- ++ repo=https://github.com/Blockstream/green_android/
- ++ tag=release_4.0.28
- ++ builtApk=/tmp/test_com.greenaddress.greenbits_android_wallet/app/green/build/outputs/apk/productionGoogle/release/BlockstreamGreen-v4.0.28-productionGoogle-release-unsigned.apk
- + prepare
- + echo 'Testing com.greenaddress.greenbits_android_wallet from https://github.com/Blockstream/green_android/ revision release_4.0.28 (revisionOverride: '\'''\'')...'
- Testing com.greenaddress.greenbits_android_wallet from https://github.com/Blockstream/green_android/ revision release_4.0.28 (revisionOverride: '')...
- + rm -rf /tmp/test_com.greenaddress.greenbits_android_wallet
- + mkdir -p /tmp/test_com.greenaddress.greenbits_android_wallet
- + cd /tmp/test_com.greenaddress.greenbits_android_wallet
- + echo 'Trying to clone …'
- Trying to clone …
- + '[' -n '' ']'
- + git clone --quiet --branch release_4.0.28 --depth 1 https://github.com/Blockstream/green_android/ app
- Note: switching to 'a14807e77150f00764f5579ccbe6c469d4257dd5'.
- You are in 'detached HEAD' state. You can look around, make experimental
- changes and commit them, and you can discard any commits you make in this
- state without impacting any branches by switching back to a branch.
- If you want to create a new branch to retain commits you create, you may
- do so (now or later) by using -c with the switch command. Example:
- git switch -c <new-branch-name>
- Or undo this operation with:
- git switch -
- Turn off this advice by setting config variable advice.detachedHead to false
- + cd app
- ++ git log -n 1 --pretty=oneline
- ++ sed 's/ .*//g'
- + commit=a14807e77150f00764f5579ccbe6c469d4257dd5
- + test
- ++ generate_log_file
- ++ local appid=BlockstreamGreen
- +++ date +%Y-%m-%d
- ++ local date=2024-06-05
- ++ echo BlockstreamGreen-build-2024-06-05.log
- + local log_file=BlockstreamGreen-build-2024-06-05.log
- + podman run -it --volume /tmp/test_com.greenaddress.greenbits_android_wallet/app:/mnt --rm docker.io/walletscrutiny/android:5 bash -x -c 'chmod 777 /tmp/;
- cd /mnt;
- apt update;
- DEBIAN_FRONTEND=noninteractive apt install -y curl jq openjdk-17-jdk;
- yes | /opt/android-sdk/tools/bin/sdkmanager "build-tools;34.0.0";
- ./gradlew useBlockstreamKeys;
- ./gradlew -x test clean assembleProductionGoogleRelease --stacktrace;
- echo "CTRL-D to continue";
- bash'
- + chmod 777 /tmp/
- + cd /mnt
- + apt update
- Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
- Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
- Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3675 kB]
- Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3616 kB]
- Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.8 kB]
- Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1208 kB]
- Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
- Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]
- Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
- Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
- Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
- Get:12 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
- Get:13 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.5 kB]
- Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3766 kB]
- Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1506 kB]
- Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4149 kB]
- Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
- Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
- Fetched 31.5 MB in 3s (11.5 MB/s)
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- 111 packages can be upgraded. Run 'apt list --upgradable''diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
- No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin''Etc/UTC'
- Local time is now: Wed Jun 5 09:54:54 UTC 2024.
- Universal Time is now: Wed Jun 5 09:54:54 UTC 2024.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
- Setting up libxcb-present0:amd64 (1.14-2) ...
- Setting up libasound2-data (1.2.2-2.1ubuntu2.5) ...
- Setting up xtrans-dev (1.4.0-1) ...
- Setting up libfontenc1:amd64 (1:1.1.4-0ubuntu1) ...
- Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.7) ...
- Setting up libxcb-sync1:amd64 (1.14-2) ...
- Setting up libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ...
- Setting up libfribidi0:amd64 (1.0.8-2ubuntu0.1) ...
- Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.3) ...
- Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ...
- Setting up libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libvulkan1:amd64 (1.2.131.2-1) ...
- Setting up libxcb-dri2-0:amd64 (1.14-2) ...
- Setting up libgif7:amd64 (5.1.9-1) ...
- Setting up libatk1.0-data (2.35.1-1ubuntu2) ...
- Setting up fonts-dejavu-extra (2.37-1) ...
- Setting up alsa-topology-conf (1.2.2-1) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up libxcb-randr0:amd64 (1.14-2) ...
- Setting up libasound2:amd64 (1.2.2-2.1ubuntu2.5) ...
- Setting up libcurl4:amd64 (7.68.0-1ubuntu2.22) ...
- Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.6) ...
- Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ...
- Setting up libthai-data (0.1.28-3) ...
- Setting up xorg-sgml-doctools (1:1.11-1) ...
- Setting up libgtk2.0-common (2.24.32-4ubuntu4) ...
- Setting up libatk1.0-0:amd64 (2.35.1-1ubuntu2) ...
- Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.12) ...
- Setting up curl (7.68.0-1ubuntu2.22) ...
- Setting up libxkbfile1:amd64 (1:1.1.0-1) ...
- Setting up libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libelf1:amd64 (0.176-1.1ubuntu0.1) ...
- Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
- Setting up libsm6:amd64 (2:1.2.3-1) ...
- Setting up libonig5:amd64 (6.9.4-1) ...
- Setting up libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ...
- Setting up x11proto-dev (2019.2-1ubuntu1) ...
- Setting up libxft2:amd64 (2.3.3-0ubuntu1) ...
- Setting up libxdamage1:amd64 (1:1.1.5-2) ...
- Setting up libxau-dev:amd64 (1:1.0.9-0ubuntu1) ...
- Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.2) ...
- Setting up libice-dev:amd64 (2:1.0.10-0ubuntu1) ...
- Setting up libsm-dev:amd64 (2:1.2.3-1) ...
- Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ...
- Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
- Setting up libxxf86dga1:amd64 (2:1.1.5-0ubuntu1) ...
- Setting up libatspi2.0-0:amd64 (2.36.0-2) ...
- Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1build1) ...
- Setting up libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ...
- Setting up libthai0:amd64 (0.1.28-3) ...
- Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu1) ...
- Setting up libxfixes3:amd64 (1:5.0.3-2) ...
- Setting up x11proto-core-dev (2019.2-1ubuntu1) ...
- Setting up libxinerama1:amd64 (2:1.1.4-2) ...
- Setting up libxv1:amd64 (2:1.0.11-1) ...
- Setting up libxrandr2:amd64 (2:1.5.2-0ubuntu1) ...
- Setting up libxt6:amd64 (1:1.1.5-1) ...
- Setting up openjdk-17-jre-headless:amd64 (17.0.10+7-1~20.04.1) ...
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jpackage to provide /usr/bin/jpackage (jpackage) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
- Setting up libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up at-spi2-core (2.36.0-2) ...
- Setting up jq (1.6-1ubuntu0.20.04.1) ...
- Setting up libcairo-gobject2:amd64 (1.16.0-4ubuntu1) ...
- Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.7) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up mesa-vulkan-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
- Setting up libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libxcb1-dev:amd64 (1.14-2) ...
- Setting up libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libxcursor1:amd64 (1:1.2.0-2) ...
- Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ...
- Setting up libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libx11-dev:amd64 (2:1.6.9-2ubuntu1.6) ...
- Setting up libxaw7:amd64 (2:1.0.13-1) ...
- Setting up libxt-dev:amd64 (1:1.1.5-1) ...
- Setting up openjdk-17-jdk-headless:amd64 (17.0.10+7-1~20.04.1) ...
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdeprscan to provide /usr/bin/jdeprscan (jdeprscan) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jimage to provide /usr/bin/jimage (jimage) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jlink to provide /usr/bin/jlink (jlink) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jmod to provide /usr/bin/jmod (jmod) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jshell to provide /usr/bin/jshell (jshell) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) in auto mode
- Setting up shared-mime-info (1.15-1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ...
- Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ...
- Setting up libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.4) ...
- Setting up libgdk-pixbuf2.0-bin (2.40.0+dfsg-3ubuntu0.4) ...
- Setting up x11-utils (7.7+5) ...
- Setting up libatk-wrapper-java (0.37.1-1) ...
- Setting up gtk-update-icon-cache (3.24.20-0ubuntu1.1) ...
- Setting up libatk-wrapper-java-jni:amd64 (0.37.1-1) ...
- Setting up librsvg2-2:amd64 (2.48.9-1ubuntu0.20.04.4) ...
- Setting up librsvg2-common:amd64 (2.48.9-1ubuntu0.20.04.4) ...
- Setting up adwaita-icon-theme (3.36.1-2ubuntu0.20.04.2) ...
- update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
- Setting up libgtk2.0-0:amd64 (2.24.32-4ubuntu4) ...
- Setting up humanity-icon-theme (0.6.15) ...
- Setting up libgail18:amd64 (2.24.32-4ubuntu4) ...
- Setting up libgtk2.0-bin (2.24.32-4ubuntu4) ...
- Setting up libgail-common:amd64 (2.24.32-4ubuntu4) ...
- Setting up openjdk-17-jre:amd64 (17.0.10+7-1~20.04.1) ...
- Setting up ubuntu-mono (19.04-0ubuntu3) ...
- Setting up openjdk-17-jdk:amd64 (17.0.10+7-1~20.04.1) ...
- update-alternatives: using /usr/lib/jvm/java-17-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
- Processing triggers for libc-bin (2.31-0ubuntu9.1) ...
- Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.4) ...
- + yes
- + /opt/android-sdk/tools/bin/sdkmanager 'build-tools;34.0.0'
- Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema
- at com.android.repository.api.SchemaModule$SchemaModuleVersion.<init>(SchemaModule.java:156)
- at com.android.repository.api.SchemaModule.<init>(SchemaModule.java:75)
- at com.android.sdklib.repository.AndroidSdkHandler.<clinit>(AndroidSdkHandler.java:81)
- at com.android.sdklib.tool.sdkmanager.SdkManagerCli.main(SdkManagerCli.java:73)
- at com.android.sdklib.tool.sdkmanager.SdkManagerCli.main(SdkManagerCli.java:48)
- Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlSchema
- at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
- at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
- at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
- ... 5 more
- + ./gradlew useBlockstreamKeys
- Downloading https://services.gradle.org/distributions/gradle-8.7-bin.zip
- ............10%.............20%.............30%.............40%............50%.............60%.............70%.............80%.............90%............100%
- Welcome to Gradle 8.7!
- Here are the highlights of this release:
- - Compiling and testing with Java 22
- - Cacheable Groovy script compilation
- - New methods in lazy collection properties
- For more details see https://docs.gradle.org/8.7/release-notes.html
- Starting a Gradle Daemon (subsequent builds will be faster)
- Type-safe project accessors is an incubating feature.
- > Configure project :common
- Please wait while Kotlin/Native compiler 1.9.23 is being installed.
- Download kotlin-native-prebuilt-linux-x86_64-1.9.23.tar.gz finished, took 2 s 980 ms
- Unpack Kotlin/Native compiler to /root/.konan/kotlin-native-prebuilt-linux-x86_64-1.9.23
- Unpack Kotlin/Native compiler to /root/.konan/kotlin-native-prebuilt-linux-x86_64-1.9.23 finished, took 3 s 847 ms
- w: Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue:
- The applied Android Gradle Plugin version (8.4.0) is higher
- than the maximum known to the Kotlin Gradle Plugin.
- Tooling stability in such configuration isn't tested, please report encountered issues to https://kotl.in/issue"
- Minimum supported Android Gradle Plugin version: 7.0
- Maximum tested Android Gradle Plugin version: 8.2
- To suppress this message add 'kotlin.mpp.androidGradlePluginCompatibility.nowarn=true' to your gradle.properties
- > Configure project :green
- Path for java installation '/usr/lib/jvm/openjdk-17' (Common Linux Locations) does not contain a java executable
- > Task :green:useBlockstreamKeys
- AppKeys: Use Blockstream Keys
- Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
- You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
- For more on this, please refer to https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
- BUILD SUCCESSFUL in 2m 2s
- 1 actionable task: 1 executed
- + ./gradlew -x test clean assembleProductionGoogleRelease --stacktrace
- Type-safe project accessors is an incubating feature.
- > Configure project :common
- w: Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue:
- The applied Android Gradle Plugin version (8.4.0) is higher
- than the maximum known to the Kotlin Gradle Plugin.
- Tooling stability in such configuration isn't tested, please report encountered issues to https://kotl.in/issue"
- Minimum supported Android Gradle Plugin version: 7.0
- Maximum tested Android Gradle Plugin version: 8.2
- To suppress this message add 'kotlin.mpp.androidGradlePluginCompatibility.nowarn=true' to your gradle.properties
- Path for java installation '/usr/lib/jvm/openjdk-17' (Common Linux Locations) does not contain a java executable
- Failed to fetch URL https://dl.google.com/android/repository/sys-img/android-automotive-distantdisplay/sys-img2-4.xml/sys-img.xml, reason: File not found
- Failed to fetch URL: File not found
- Errors during XML parse:
- https://dl.google.com/android/repository/sys-img/android-automotive-distantdisplay/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- Additionally, the fallback loader failed to parse the XML.
- Found Google Play Intel x86 Atom System Image, Android API 24, revision 19
- Found Google Play Intel x86 Atom System Image, Android API 25, revision 9
- Found Google Play Intel x86 Atom System Image, Android API 26, revision 7
- Found Google Play Intel x86 Atom System Image, Android API 27, revision 3
- Found Google Play Intel x86 Atom System Image, Android API 28, revision 8
- Found Google Play Intel x86 Atom System Image, Android API 28, revision 9
- Found Google Play Intel x86 Atom_64 System Image, Android API 28, revision 8
- Found Google Play Intel x86 Atom System Image, Android API 29, revision 8
- Found Google Play Intel x86 Atom System Image, Android API 29, revision 8
- Found Google Play Intel x86 Atom_64 System Image, Android API 29, revision 8
- Found Google Play Intel x86 Atom_64 System Image, Android API 29, revision 8
- Found Google Play Intel x86 Atom System Image, Android API R, revision 2
- Found Google Play Intel x86 Atom System Image, Android API R, revision 2
- Found Google Play Intel x86 Atom_64 System Image, Android API R, revision 2
- Found Google Play Intel x86 Atom_64 System Image, Android API R, revision 2
- Failed to fetch URL https://dl.google.com/android/repository/sys-img/google_playstore_tablet/sys-img2-4.xml/sys-img.xml, reason: File not found
- Failed to fetch URL: File not found
- Errors during XML parse:
- https://dl.google.com/android/repository/sys-img/google_playstore_tablet/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- Additionally, the fallback loader failed to parse the XML.
- Failed to fetch URL https://dl.google.com/android/repository/sys-img/google-tv/sys-img2-4.xml/sys-img.xml, reason: File not found
- Failed to fetch URL: File not found
- Errors during XML parse:
- https://dl.google.com/android/repository/sys-img/google-tv/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- Additionally, the fallback loader failed to parse the XML.
- Failed to fetch URL https://dl.google.com/android/repository/sys-img/aosp_atd/sys-img2-4.xml/sys-img.xml, reason: File not found
- Failed to fetch URL: File not found
- Errors during XML parse:
- https://dl.google.com/android/repository/sys-img/aosp_atd/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- Additionally, the fallback loader failed to parse the XML.
- Failed to fetch URL https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-4.xml/sys-img.xml, reason: File not found
- Failed to fetch URL: File not found
- Errors during XML parse:
- https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- Additionally, the fallback loader failed to parse the XML.
- Found Android TV Intel x86 Atom System Image, Android API 21, revision 3
- Found Android TV ARM EABI v7a System Image, Android API 21, revision 3
- Found Android TV Intel x86 Atom System Image, Android API 22, revision 3
- Found Android TV Intel x86 Atom System Image, Android API 23, revision 19
- Found Android TV ARM EABI v7a System Image, Android API 23, revision 12
- Found Android TV Intel x86 Atom System Image, Android API 24, revision 20
- Found Android TV Intel x86 Atom System Image, Android API 25, revision 14
- Found Android TV Intel x86 Atom System Image, Android API 26, revision 12
- Found Android TV Intel x86 Atom System Image, Android API 27, revision 7
- Found Android TV Intel x86 Atom System Image, Android API 28, revision 8
- Found Android TV Intel x86 Atom System Image, Android API Q, revision 1
- Failed to fetch URL https://dl.google.com/android/repository/sys-img/google_atd/sys-img2-4.xml/sys-img.xml, reason: File not found
- Failed to fetch URL: File not found
- Errors during XML parse:
- https://dl.google.com/android/repository/sys-img/google_atd/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- Additionally, the fallback loader failed to parse the XML.
- Failed to fetch URL https://dl.google.com/android/repository/sys-img/android-desktop/sys-img2-4.xml/sys-img.xml, reason: File not found
- Failed to fetch URL: File not found
- Errors during XML parse:
- https://dl.google.com/android/repository/sys-img/android-desktop/sys-img2-4.xml parsing problem. unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"abi"). Expected elements are <{}vendor>,<{}translatedAbis>,<{}abis>,<{}codename>,<{}base-extension>,<{}api-level>,<{}extension-level>,<{}tag>
- Additionally, the fallback loader failed to parse the XML.
- Found Google APIs ARM EABI v7a System Image, Android API 10, revision 6
- Found Google APIs Intel x86 Atom System Image, Android API 10, revision 6
- Found Google APIs Intel x86 Atom System Image, Android API 15, revision 6
- Found Google APIs ARM EABI v7a System Image, Android API 15, revision 6
- Found Google APIs ARM EABI v7a System Image, Android API 16, revision 6
- Found Google APIs Intel x86 Atom System Image, Android API 16, revision 6
- Found Google APIs ARM EABI v7a System Image, Android API 17, revision 6
- Found Google APIs Intel x86 Atom System Image, Android API 17, revision 6
- Found Google APIs ARM EABI v7a System Image, Android API 18, revision 6
- Found Google APIs Intel x86 Atom System Image, Android API 18, revision 6
- Found Google APIs Intel x86 Atom System Image, Android API 19, revision 38
- Found Google APIs ARM EABI v7a System Image, Android API 19, revision 38
- Found Google APIs Intel x86 Atom System Image, Android API 21, revision 30
- Found Google APIs Intel x86 Atom_64 System Image, Android API 21, revision 30
- Found Google APIs ARM EABI v7a System Image, Android API 21, revision 30
- Found Google APIs Intel x86 Atom System Image, Android API 22, revision 24
- Found Google APIs ARM EABI v7a System Image, Android API 22, revision 24
- Found Google APIs Intel x86 Atom_64 System Image, Android API 22, revision 24
- Found Google APIs Intel x86 Atom System Image, Android API 23, revision 31
- Found Google APIs Intel x86 Atom_64 System Image, Android API 23, revision 31
- Found Google APIs ARM EABI v7a System Image, Android API 23, revision 31
- Found Google APIs Intel x86 Atom System Image, Android API 24, revision 25
- Found Google APIs Intel x86 Atom_64 System Image, Android API 24, revision 25
- Found Google APIs ARM EABI v7a System Image, Android API 24, revision 25
- Found Google APIs ARM 64 v8a System Image, Android API 24, revision 25
- Found Google APIs Intel x86 Atom System Image, Android API 25, revision 16
- Found Google APIs Intel x86 Atom_64 System Image, Android API 25, revision 16
- Found Google APIs ARM EABI v7a System Image, Android API 25, revision 16
- Found Google APIs ARM 64 v8a System Image, Android API 25, revision 16
- Found Google APIs Intel x86 Atom System Image, Android API 26, revision 14
- Found Google APIs Intel x86 Atom_64 System Image, Android API 26, revision 14
- Found Google APIs Intel x86 Atom System Image, Android API 27, revision 9
- Found Google APIs Intel x86 Atom System Image, Android API 28, revision 9
- Found Google APIs Intel x86 Atom System Image, Android API 28, revision 10
- Found Google APIs Intel x86 Atom_64 System Image, Android API 28, revision 9
- Found Google APIs Intel x86 Atom System Image, Android API 29, revision 9
- Found Google APIs Intel x86 Atom_64 System Image, Android API 29, revision 9
- Found Google APIs Intel x86 Atom System Image, Android API R, revision 2
- Found Google APIs Intel x86 Atom_64 System Image, Android API R, revision 2
- Checking the license for package Android SDK Build-Tools 34 in /opt/android-sdk/licenses
- License for package Android SDK Build-Tools 34 accepted.
- Preparing "Install Android SDK Build-Tools 34 v.34.0.0".
- "Install Android SDK Build-Tools 34 v.34.0.0" ready.
- Installing Android SDK Build-Tools 34 in /opt/android-sdk/build-tools/34.0.0
- "Install Android SDK Build-Tools 34 v.34.0.0" complete.
- "Install Android SDK Build-Tools 34 v.34.0.0" finished.
- Checking the license for package Android SDK Platform 34 in /opt/android-sdk/licenses
- License for package Android SDK Platform 34 accepted.
- Preparing "Install Android SDK Platform 34 (revision 3)".
- "Install Android SDK Platform 34 (revision 3)" ready.
- Installing Android SDK Platform 34 in /opt/android-sdk/platforms/android-34
- "Install Android SDK Platform 34 (revision 3)" complete.
- "Install Android SDK Platform 34 (revision 3)" finished.
- > Task :green:appKeys
- AppKeys: ?
- > Task :gdk:fetchAndroidBinaries
- GDK: Binaries in /mnt/gdk/src/main/jniLibs does not exist. Executing ./fetch_android_binaries.sh
- Downloading from https://github.com/Blockstream/gdk/releases/download/release_0.71.0/gdk-android-jni.tar.gz
- Validating checksum 671d92b7b9c73854ad5fa9ff47b5ed24f63e9459e7d686cc5700a6d3e920c5e8
- gdk-android-jni.tar.gz: OK
- gdk-android-jni/
- gdk-android-jni/lib/
- gdk-android-jni/lib/armeabi-v7a/
- gdk-android-jni/lib/armeabi-v7a/libgreenaddress.so
- gdk-android-jni/lib/x86/
- gdk-android-jni/lib/x86/libgreenaddress.so
- gdk-android-jni/lib/arm64-v8a/
- gdk-android-jni/lib/arm64-v8a/libgreenaddress.so
- gdk-android-jni/lib/x86_64/
- gdk-android-jni/lib/x86_64/libgreenaddress.so
- gdk-android-jni/share/
- gdk-android-jni/share/java/
- gdk-android-jni/share/java/com/
- gdk-android-jni/share/java/com/blockstream/
- gdk-android-jni/share/java/com/blockstream/libwally/
- gdk-android-jni/share/java/com/blockstream/libwally/Wally.java
- gdk-android-jni/share/java/com/blockstream/libgreenaddress/
- gdk-android-jni/share/java/com/blockstream/libgreenaddress/GDKJNI.java
- > Task :gdk:generateReleaseLintModel
- Generating lint files for backported methods only (compile API B)
- > Task :gdk:stripReleaseDebugSymbols
- Unable to strip the following libraries, packaging them as they are: libgreenaddress.so.
- > Task :green:mergeProductionGoogleReleaseResources
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:98:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:99:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:100:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:104:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:105:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:365:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:452:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:456:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:576:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:776:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:873:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:876:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:878:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1106:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1164:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1165:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to_this. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1328:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1360:4: Multiple substitutions specified in non-positional format of string resource string/id_transaction_confirmed_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1367:4: Multiple substitutions specified in non-positional format of string resource string/id_transaction_unconfirmed_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1496:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1498:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1517:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values/values.xml:1561:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ja/values-ja.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:205:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:267:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:352:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:546:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:549:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:551:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:715:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:991:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ko/values-ko.xml:1027:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-pt-rBR/values-pt-rBR.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-it/values-it.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-vi/values-vi.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ro/values-ro.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-nl/values-nl.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-de/values-de.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-zh/values-zh.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-he/values-he.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-ru/values-ru.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-cs/values-cs.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-uk/values-uk.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-es/values-es.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:34:4: Multiple substitutions specified in non-positional format of string resource string/id_a_funding_fee_of_s_minimum_s_is. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:38:4: Multiple substitutions specified in non-positional format of string resource string/id_a_set_up_funding_fee_of_s_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:281:4: Multiple substitutions specified in non-positional format of string resource string/id_contact_support_at_s_or_visit_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:363:4: Multiple substitutions specified in non-positional format of string resource string/id_display_values_in_s_and. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:367:4: Multiple substitutions specified in non-positional format of string resource string/id_distributed_under_the_s_see. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:477:4: Multiple substitutions specified in non-positional format of string resource string/id_fee_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:649:4: Multiple substitutions specified in non-positional format of string resource string/id_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:740:4: Multiple substitutions specified in non-positional format of string resource string/id_new_incoming_transaction_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:743:4: Multiple substitutions specified in non-positional format of string resource string/id_new_outgoing_transaction_from. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:745:4: Multiple substitutions specified in non-positional format of string resource string/id_new_s_transaction_of_s_in. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:951:4: Multiple substitutions specified in non-positional format of string resource string/id_s_from_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:1004:4: Multiple substitutions specified in non-positional format of string resource string/id_send_more_than_s_and_up_to_s_to. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:1158:4: Multiple substitutions specified in non-positional format of string resource string/id_this_amount_is_below_the. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:1312:4: Multiple substitutions specified in non-positional format of string resource string/id_withdraw_limits_s__s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:1314:4: Multiple substitutions specified in non-positional format of string resource string/id_word_d_of_d. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:1330:4: Multiple substitutions specified in non-positional format of string resource string/id_you_cannot_receive_more_than_s. Did you mean to add the formatted="false" attribute?
- /mnt/compose/build/intermediates/packaged_res/release/packageReleaseResources/values-fr/values-fr.xml:1368:4: Multiple substitutions specified in non-positional format of string resource string/id_your_s_sent_to_s_has_been. Did you mean to add the formatted="false" attribute?
- > Task :green:stripProductionGoogleReleaseDebugSymbols
- Unable to strip the following libraries, packaging them as they are: libbreez_sdk_bindings.so, libc++_shared.so, libcountly_native.so, libgreenaddress.so, libjnidispatch.so, librive-android.so.
- > Task :common:compileReleaseKotlinAndroid
- w: Opt-in requirement marker kotlinx.cinterop.ExperimentalForeignApi is unresolved. Please make sure it's present in the module dependencies
- w: file:///mnt/common/src/androidMain/kotlin/com/blockstream/common/database/Database.android.kt:8:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
- w: file:///mnt/common/src/androidMain/kotlin/com/blockstream/common/utils/DecimalFormat.kt:8:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
- w: file:///mnt/common/src/androidMain/kotlin/com/blockstream/common/utils/DecimalFormat.kt:72:5 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/CountlyBase.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/CountlyBase.kt:857:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/CountlyBase.kt:866:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/ApplicationSettings.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/ApplicationSettings.kt:17:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/CountlyAsset.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/CountlyAsset.kt:13:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/DenominatedValue.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/DenominatedValue.kt:19:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/DenominatedValue.kt:79:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/DeviceIdentifier.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/DeviceIdentifier.kt:13:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/EnrichedAsset.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/EnrichedAsset.kt:18:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:4:41 'CommonParceler<T>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:5:41 'ParcelReader' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:6:41 'ParcelWriter' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:8:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:9:41 'typealias TypeParceler<T, P> = TypeParceler<T, P>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:25:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:87:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:88:2 'typealias TypeParceler<T, P> = TypeParceler<T, P>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:253:34 'CommonParceler<T>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:254:33 'ParcelReader' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:255:16 'readString(): String' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:256:16 'readString(): String' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:257:16 'readString(): String' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:258:16 'readString(): String' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:259:16 'readLong(): Long' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:260:16 'readBoolean(): Boolean' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:261:16 'readBoolean(): Boolean' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:262:16 'readBoolean(): Boolean' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:263:16 'readBoolean(): Boolean' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:264:16 'readStringOrNull(): String?' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:265:16 'readStringOrNull(): String?' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:266:16 'readStringOrNull(): String?' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:267:16 'readLong(): Long' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:270:39 'ParcelWriter' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:271:16 'writeString(String): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:272:16 'writeString(String): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:273:16 'writeString(String): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:274:16 'writeString(String): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:275:16 'writeLong(Long): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:276:16 'writeBoolean(Boolean): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:277:16 'writeBoolean(Boolean): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:278:16 'writeBoolean(Boolean): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:279:16 'writeBoolean(Boolean): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:280:16 'writeStringOrNull(String?): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:281:16 'writeStringOrNull(String?): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:282:16 'writeStringOrNull(String?): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/GreenWallet.kt:283:16 'writeLong(Long): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/LnUrlAuthRequest.kt:6:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/LnUrlAuthRequest.kt:8:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/LnUrlWithdrawRequest.kt:6:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/LnUrlWithdrawRequest.kt:8:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/ScanResult.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/ScanResult.kt:8:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/SetupArgs.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/SetupArgs.kt:12:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/WalletExtras.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/data/WalletExtras.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/database/Database.kt:20:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/GdkSession.kt:487:107 Name shadowed: network
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:3:41 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:14:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:41:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:45:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:50:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:54:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:97:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Account.kt:110:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/AccountAsset.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/AccountAsset.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Address.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Address.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Asset.kt:6:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Asset.kt:15:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Asset.kt:39:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Balance.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Balance.kt:22:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/BcurDecodedData.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/BcurDecodedData.kt:11:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/BcurEncodedData.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/BcurEncodedData.kt:9:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Credentials.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Credentials.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Device.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Device.kt:13:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/FeeEstimation.kt:3:41 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/FeeEstimation.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/FeeEstimation.kt:11:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/FeeEstimation.kt:17:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/InputOutput.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/InputOutput.kt:18:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Network.kt:3:41 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Network.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Network.kt:12:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Network.kt:91:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Network.kt:96:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Network.kt:101:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Settings.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Settings.kt:21:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Settings.kt:92:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Settings.kt:102:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SubAccount.kt:3:41 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SubAccount.kt:5:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SubAccount.kt:12:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SubAccount.kt:32:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SubAccount.kt:42:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SwapProposal.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SwapProposal.kt:9:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/SwapProposal.kt:21:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:4:41 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:6:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:17:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:77:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:96:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:108:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/Transaction.kt:197:6 'typealias IgnoredOnParcel = IgnoredOnParcel' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/TwoFactorConfig.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/TwoFactorConfig.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/TwoFactorMethodConfig.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/TwoFactorMethodConfig.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/TwoFactorReset.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/TwoFactorReset.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/UtxoView.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/gdk/data/UtxoView.kt:9:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:3:41 'CommonParceler<T>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:4:41 'ParcelReader' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:5:41 'ParcelWriter' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:7:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:8:41 'typealias TypeParceler<T, P> = TypeParceler<T, P>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:20:39 'CommonParceler<T>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:21:33 'ParcelReader' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:21:70 'readStringOrNull(): String?' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:24:45 'ParcelWriter' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:25:16 'writeStringOrNull(String?): Unit' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:29:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:30:2 'typealias TypeParceler<T, P> = TypeParceler<T, P>' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/jade/JadeResponse.kt:38:9 Property would not be serialized into a 'Parcel'. Add '@IgnoredOnParcel' annotation to remove the warning
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/looks/AccountTypeLook.kt:4:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/looks/AccountTypeLook.kt:10:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/models/lightning/RecoverFundsViewModel.kt:185:24 Parameter 'customFee' is never used, could be renamed to _
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/models/overview/AccountOverviewViewModel.kt:110:35 Parameter 'banner' is never used, could be renamed to _
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/models/send/SendViewModel.kt:133:21 Variable 'tx' is never used
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/models/settings/TwoFactorSetupViewModel.kt:139:56 Unnecessary safe call on a non-null receiver of type String
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/models/settings/TwoFactorSetupViewModel.kt:145:40 Unnecessary safe call on a non-null receiver of type String
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/models/settings/TwoFactorSetupViewModel.kt:145:57 Elvis operator (?:) always returns the left operand of non-nullable type Boolean
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/utils/DecimalFormat.kt:4:1 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
- w: file:///mnt/common/src/commonMain/kotlin/com/blockstream/common/utils/DecimalFormat.kt:16:15 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
- > Task :hardware:compileReleaseJavaWithJavac
- Note: Some input files use or override a deprecated API.
- Note: Recompile with -Xlint:deprecation for details.
- Note: Some input files use unchecked or unsafe operations.
- Note: Recompile with -Xlint:unchecked for details.
- > Task :compose:compileReleaseKotlin
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/components/GreenAccountAsset.kt:37:5 Parameter 'withBalance' is never used
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/components/GreenAmountField.kt:63:21 Variable 'isError' is never used
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/components/SlideToUnlock.kt:252:9 Variable 'hintTextColor' is never used
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/HomeScreen.kt:59:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/about/AboutScreen.kt:55:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/jade/JadeQRScreen.kt:64:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/login/LoginScreen.kt:52:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/login/LoginScreen.kt:108:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/login/LoginScreen.kt:118:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/SetupNewWalletScreen.kt:53:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/hardware/UseHardwareDeviceScreen.kt:59:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/AddWalletScreen.kt:48:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/EnterRecoveryPhraseScreen.kt:55:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/EnterRecoveryPhraseScreen.kt:97:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/EnterRecoveryPhraseScreen.kt:102:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/PinScreen.kt:23:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/PinScreen.kt:44:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/phone/PinScreen.kt:48:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyCredentialsScreen.kt:49:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyCredentialsScreen.kt:91:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyCredentialsScreen.kt:95:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyCredentialsScreen.kt:191:25 Name shadowed: isOutputDescriptors
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyNetworkScreen.kt:37:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/onboarding/watchonly/WatchOnlyPolicyScreen.kt:35:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/overview/WalletOverviewScreen.kt:34:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/overview/WalletOverviewScreen.kt:53:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/overview/WalletOverviewScreen.kt:59:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/receive/ReceiveScreen.kt:38:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/receive/ReceiveScreen.kt:68:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/receive/ReceiveScreen.kt:75:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryCheckScreen.kt:31:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryCheckScreen.kt:55:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryCheckScreen.kt:63:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryIntroScreen.kt:33:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryIntroScreen.kt:61:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryIntroScreen.kt:67:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryPhraseScreen.kt:85:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryWordsScreen.kt:32:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryWordsScreen.kt:57:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/recovery/RecoveryWordsScreen.kt:65:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/send/SweepScreen.kt:36:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/send/SweepScreen.kt:88:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/send/SweepScreen.kt:96:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/settings/AppSettingsScreen.kt:66:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/settings/WalletSettingsScreen.kt:40:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/settings/WalletSettingsScreen.kt:78:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/settings/WalletSettingsScreen.kt:86:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/transaction/TransactionScreen.kt:34:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/transaction/TransactionScreen.kt:83:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/screens/transaction/TransactionScreen.kt:88:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AccountsBottomSheet.kt:14:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AccountsBottomSheet.kt:29:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AccountsBottomSheet.kt:36:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AnalyticsBottomSheet.kt:58:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AssetDetailsBottomSheet.kt:19:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AssetDetailsBottomSheet.kt:38:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/AssetDetailsBottomSheet.kt:46:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/Bip39PassphraseBottomSheet.kt:32:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/Bip39PassphraseBottomSheet.kt:55:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/Bip39PassphraseBottomSheet.kt:62:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/CameraBottomSheet.kt:34:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/EnvironmentBottomSheet.kt:17:39 Parameter 'menuEntry' is never used, could be renamed to _
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/FeeRateBottomSheet.kt:56:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:17:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:27:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:34:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:46:36 Parameter 'menuEntry' is never used, could be renamed to _
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:119:34 Parameter 'position' is never used, could be renamed to _
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/MenuBottomSheet.kt:119:44 Parameter 'menuEntry' is never used, could be renamed to _
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/NoteBottomSheet.kt:23:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/NoteBottomSheet.kt:40:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/NoteBottomSheet.kt:44:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/RecoveryHelpBottomSheet.kt:27:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/TransactionDetailsBottomSheet.kt:21:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/TransactionDetailsBottomSheet.kt:41:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/TransactionDetailsBottomSheet.kt:48:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/WalletDeleteBottomSheet.kt:39:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/WalletRenameBottomSheet.kt:29:41 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/WalletRenameBottomSheet.kt:45:2 'typealias Parcelize = Parcelize' is deprecated. Parcelize compiler plugin will not work with KMP and K2 compiler. Please use similar API based on kotlinx-serialization.
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/sheets/WalletRenameBottomSheet.kt:49:25 'getScreenModel(Qualifier? = ..., noinline ParametersDefinition? /* = (() -> ParametersHolder)? */ = ...): T' is deprecated. use koinScreenModel() instead. Will be removed on 1.1.0
- w: file:///mnt/compose/src/main/java/com/blockstream/compose/utils/Modifiers.kt:44:1 Expected performance impact from inlining is insignificant. Inlining works best for functions with parameters of functional types
- > Task :green:compileProductionGoogleReleaseKotlin
- w: file:///mnt/green/src/main/java/com/blockstream/green/extensions/BindExtensions.kt:83:25 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/extensions/BindExtensions.kt:132:38 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/looks/AssetLook.kt:44:25 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/managers/NotificationManager.kt:254:9 Parameter 'satoshi' is never used
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/DemoFragment.kt:48:24 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/bottomsheets/LightningNodeBottomSheetFragment.kt:131:116 Parameter 'item' is never used, could be renamed to _
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/bottomsheets/LightningNodeBottomSheetFragment.kt:145:120 Parameter 'item' is never used, could be renamed to _
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/devices/AbstractDeviceFragment.kt:95:35 'enable(): Boolean' is deprecated. Deprecated in Java
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/AssetAccountsListItem.kt:49:23 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/AssetListItem.kt:61:23 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/AssetSmallListItem.kt:27:25 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/AssetSmallListItem.kt:30:25 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/TitleExpandableListItem.kt:32:32 'animate(View): ViewPropertyAnimatorCompat' is deprecated. Deprecated in Java
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/TitleExpandableListItem.kt:34:32 'animate(View): ViewPropertyAnimatorCompat' is deprecated. Deprecated in Java
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:161:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:174:55 Unnecessary safe call on a non-null receiver of type AddressParamsLiveData
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:333:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:373:33 Unnecessary non-null assertion (!!) on a non-null receiver of type MutableList<AddressParamsLiveData>
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:562:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:566:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:92:30 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:111:28 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:124:30 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:144:28 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:183:35 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:185:40 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:198:30 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:200:35 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapViewModel.kt:272:44 Unnecessary non-null assertion (!!) on a non-null receiver of type SwapProposal
- w: file:///mnt/green/src/main/java/com/blockstream/green/utils/Conversions.kt:246:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/utils/Conversions.kt:247:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/utils/Utils.kt:264:21 Name shadowed: text
- > Task :green:generateProductionGoogleReleaseLintVitalReportModel
- Generating lint files for com.tools.android:desugar_jdk_libs_configuration:2.0.4 (compile API R)
- The message received from the daemon indicates that the daemon has disappeared.
- Build request sent: Build{id=1a6aedd4-ae02-47b2-a45b-387e640eb3b1, currentDir=/mnt}
- Attempting to read last messages from the daemon log...
- Daemon pid: 1577
- log file: /root/.gradle/daemon/8.7/daemon-1577.out.log
- ----- Last 20 lines from daemon log file - daemon-1577.out.log -----
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/items/TitleExpandableListItem.kt:34:32 'animate(View): ViewPropertyAnimatorCompat' is deprecated. Deprecated in Java
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:161:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:174:55 Unnecessary safe call on a non-null receiver of type AddressParamsLiveData
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:333:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:373:33 Unnecessary non-null assertion (!!) on a non-null receiver of type MutableList<AddressParamsLiveData>
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:562:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/send/SendViewModel.kt:566:25 Unnecessary safe call on a non-null receiver of type MutableList<AddressParamsLiveData>
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:92:30 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:111:28 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:124:30 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:144:28 'bind(CoroutineScope, String, GdkSession, (suspend () -> String?)? = ..., (suspend () -> String?)? = ..., Boolean = ..., Boolean = ...): Unit' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:183:35 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:185:40 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:198:30 'getAssetName(GdkSession): String' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapFragment.kt:200:35 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/ui/swap/SwapViewModel.kt:272:44 Unnecessary non-null assertion (!!) on a non-null receiver of type SwapProposal
- w: file:///mnt/green/src/main/java/com/blockstream/green/utils/Conversions.kt:246:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/utils/Conversions.kt:247:33 'getAssetTicker(GdkSession): String?' is deprecated. Use EnrichedAsset
- w: file:///mnt/green/src/main/java/com/blockstream/green/utils/Utils.kt:264:21 Name shadowed: text
- Generating lint files for com.tools.android:desugar_jdk_libs_configuration:2.0.4 (compile API R)
- ----- End of the daemon log -----
- FAILURE: Build failed with an exception.
- * What went wrong:
- Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
- * Try:
- > Run with --info or --debug option to get more log output.
- > Run with --scan to get full insights.
- > Get more help at https://help.gradle.org.
- * Exception is:
- org.gradle.launcher.daemon.client.DaemonDisappearedException: Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)
- at org.gradle.launcher.daemon.client.DaemonClient.handleDaemonDisappearance(DaemonClient.java:273)
- at org.gradle.launcher.daemon.client.DaemonClient.monitorBuild(DaemonClient.java:246)
- at org.gradle.launcher.daemon.client.DaemonClient.executeBuild(DaemonClient.java:201)
- at org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:151)
- at org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:97)
- at org.gradle.launcher.cli.RunBuildAction.run(RunBuildAction.java:57)
- at org.gradle.internal.Actions$RunnableActionAdapter.execute(Actions.java:167)
- at org.gradle.launcher.cli.DefaultCommandLineActionFactory$ParseAndBuildAction.execute(DefaultCommandLineActionFactory.java:259)
- at org.gradle.launcher.cli.DefaultCommandLineActionFactory$ParseAndBuildAction.execute(DefaultCommandLineActionFactory.java:230)
- at org.gradle.launcher.cli.DebugLoggerWarningAction.execute(DebugLoggerWarningAction.java:74)
- at org.gradle.launcher.cli.DebugLoggerWarningAction.execute(DebugLoggerWarningAction.java:30)
- at org.gradle.launcher.cli.WelcomeMessageAction.execute(WelcomeMessageAction.java:96)
- at org.gradle.launcher.cli.WelcomeMessageAction.execute(WelcomeMessageAction.java:40)
- at org.gradle.launcher.cli.NativeServicesInitializingAction.execute(NativeServicesInitializingAction.java:44)
- at org.gradle.launcher.cli.NativeServicesInitializingAction.execute(NativeServicesInitializingAction.java:26)
- at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:41)
- at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:26)
- at org.gradle.launcher.cli.DefaultCommandLineActionFactory$WithLogging.execute(DefaultCommandLineActionFactory.java:361)
- at org.gradle.launcher.Main.doAction(Main.java:35)
- at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:50)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:60)
- at org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:37)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.gradle.launcher.GradleMain.main(GradleMain.java:34)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:35)
- at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:110)
- at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:66)
- + echo 'CTRL-D to continue'
- CTRL-D to continue
- + bash
- root@ed71d5e26cb9:/mnt# exit
- + result
- + fromPlayUnzipped=/tmp/fromPlay_com.greenaddress.greenbits_android_wallet_22000428
- + fromBuildUnzipped=/tmp/fromBuild_com.greenaddress.greenbits_android_wallet_22000428
- + rm -rf /tmp/fromBuild_com.greenaddress.greenbits_android_wallet_22000428 /tmp/fromPlay_com.greenaddress.greenbits_android_wallet_22000428
- + unzip -d /tmp/fromPlay_com.greenaddress.greenbits_android_wallet_22000428 -qq /home/danny/work/apk/com.greenaddress.greenbits_android_wallet-22000428.apk
- + unzip -d /tmp/fromBuild_com.greenaddress.greenbits_android_wallet_22000428 -qq /tmp/test_com.greenaddress.greenbits_android_wallet/app/green/build/outputs/apk/productionGoogle/release/BlockstreamGreen-v4.0.28-productionGoogle-release-unsigned.apk
- unzip: cannot find or open /tmp/test_com.greenaddress.greenbits_android_wallet/app/green/build/outputs/apk/productionGoogle/release/BlockstreamGreen-v4.0.28-productionGoogle-release-unsigned.apk, /tmp/test_com.greenaddress.greenbits_android_wallet/app/green/build/outputs/apk/productionGoogle/release/BlockstreamGreen-v4.0.28-productionGoogle-release-unsigned.apk.zip or /tmp/test_com.greenaddress.greenbits_android_wallet/app/green/build/outputs/apk/productionGoogle/release/BlockstreamGreen-v4.0.28-productionGoogle-release-unsigned.apk.ZIP.
- + exit 1
Add Comment
Please, Sign In to add comment