Update python

pull/137/head
FongMi 3 years ago
parent c44520a3f7
commit 8974eb483e
  1. 2
      build.gradle
  2. 4
      pyramid/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) {

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

Loading…
Cancel
Save