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" } } }