set py to 3.8

pull/123/head
FongMi 3 years ago
parent a76dcc8151
commit ee5e0b1893
  1. 7
      pyramid/build.gradle

@ -11,11 +11,12 @@ android {
targetSdk 33
ndk { abiFilters "armeabi-v7a" }
python {
buildPython "C:/Users/FongMi.DIREK/Anaconda3/python.exe"
buildPython "C:/Users/FongMi.DIREK/Anaconda3/envs/py38/python.exe"
pip {
install "pycrypto"
install "requests"
install "lxml"
install 'pycryptodome'
install 'beautifulsoup4'
install "requests==2.27.1"
}
}
}

Loading…
Cancel
Save