From 8974eb483e53ff6165a80494f65507853e8a8d08 Mon Sep 17 00:00:00 2001 From: FongMi Date: Sun, 30 Jul 2023 17:00:42 +0800 Subject: [PATCH] Update python --- build.gradle | 2 +- pyramid/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 78977fac5..96ade629c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.application' version '7.2.2' apply false id 'com.android.library' version '7.2.2' apply false - id 'com.chaquo.python' version '12.0.1' apply false + id 'com.chaquo.python' version '14.0.2' apply false } task clean(type: Delete) { diff --git a/pyramid/build.gradle b/pyramid/build.gradle index 007c4a8f2..b1a79cdcb 100644 --- a/pyramid/build.gradle +++ b/pyramid/build.gradle @@ -11,12 +11,12 @@ android { minSdk 21 targetSdk 28 python { - buildPython "C:/Users/FongMi.DIREK/Anaconda3/envs/py38/python.exe" + version "3.8" pip { install "lxml" + install "requests" install 'pycryptodome' install 'beautifulsoup4' - install "requests==2.27.1" } } }