Update python

pull/605/head
jhengazuki 4 months ago
parent 9c860357af
commit 5f5fd90e37
  1. 2
      build.gradle
  2. 2
      chaquo/build.gradle

@ -1,7 +1,7 @@
plugins {
id 'com.android.application' version '8.13.1' apply false
id 'com.android.library' version '8.13.1' apply false
id 'com.chaquo.python' version '16.1.0' apply false
id 'com.chaquo.python' version '17.0.0' apply false
}
tasks.register('clean', Delete) {

@ -12,7 +12,7 @@ android {
minSdk 24
targetSdk 36
python {
version "3.8"
version "3.11"
pip {
install("-r", "requirements.txt")
}

Loading…
Cancel
Save