From e59220e5f974eb102135697b61578581f9dbbf92 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Thu, 1 Jan 2026 22:45:54 -0600 Subject: [PATCH] feat(build): add pycodec2 wheel installation to Chaquopy dependencies in build.gradle --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index d33c446..8d1252f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -54,6 +54,7 @@ chaquopy { install "requests>=2.32.5,<3.0.0" install "numpy==1.26.2" install "ply>=3.11,<4.0" + install "pycodec2-3.0.1-cp311-cp311-linux_aarch64.whl" } } }