We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e04e8 commit e6879d9Copy full SHA for e6879d9
src/serious_python_android/android/build.gradle
@@ -4,6 +4,11 @@ version '0.9.4'
4
def python_version = '3.12'
5
6
buildscript {
7
+ repositories {
8
+ google()
9
+ mavenCentral()
10
+ gradlePluginPortal()
11
+ }
12
dependencies {
13
classpath 'de.undercouch:gradle-download-task:5.6.0'
14
}
0 commit comments