Skip to content

Commit e6879d9

Browse files
committed
update build.gradle
1 parent 70e04e8 commit e6879d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/serious_python_android/android/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ version '0.9.4'
44
def python_version = '3.12'
55

66
buildscript {
7+
repositories {
8+
google()
9+
mavenCentral()
10+
gradlePluginPortal()
11+
}
712
dependencies {
813
classpath 'de.undercouch:gradle-download-task:5.6.0'
914
}

0 commit comments

Comments
 (0)