From e8957d35b5de420b49c74ada969391680adbddd1 Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Wed, 3 Dec 2025 13:20:09 +0800 Subject: [PATCH] Fix build --- chaquo/build.gradle | 2 +- chaquo/requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/chaquo/build.gradle b/chaquo/build.gradle index 5b9476fa2..7c7dff571 100644 --- a/chaquo/build.gradle +++ b/chaquo/build.gradle @@ -12,7 +12,7 @@ android { minSdk 24 targetSdk 36 python { - version "3.11" + version "3.10" pip { install("-r", "requirements.txt") } diff --git a/chaquo/requirements.txt b/chaquo/requirements.txt index b9e5886aa..eb4f168d3 100644 --- a/chaquo/requirements.txt +++ b/chaquo/requirements.txt @@ -2,7 +2,6 @@ lxml ujson pyquery requests -jsonpath cachetools pycryptodome beautifulsoup4