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