Skip to content

Commit 70e04e8

Browse files
committed
update buid.gradle
1 parent b0b2ea8 commit 70e04e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/serious_python_android/android/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ version '0.9.4'
33

44
def python_version = '3.12'
55

6+
buildscript {
7+
dependencies {
8+
classpath 'de.undercouch:gradle-download-task:5.6.0'
9+
}
10+
}
11+
612
android {
713
namespace "com.flet.serious_python_android"
814

0 commit comments

Comments
 (0)