From 5f5fd90e37419bb3b9b70f557fa80648a15b4fcb Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Wed, 3 Dec 2025 12:35:52 +0800 Subject: [PATCH] Update python --- build.gradle | 2 +- chaquo/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 86d689134..243510fcf 100644 --- a/build.gradle +++ b/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) { diff --git a/chaquo/build.gradle b/chaquo/build.gradle index 7fe57ebdf..5b9476fa2 100644 --- a/chaquo/build.gradle +++ b/chaquo/build.gradle @@ -12,7 +12,7 @@ android { minSdk 24 targetSdk 36 python { - version "3.8" + version "3.11" pip { install("-r", "requirements.txt") }