File tree Expand file tree Collapse file tree 2 files changed +15
-25
lines changed
src/serious_python_android/android Expand file tree Collapse file tree 2 files changed +15
-25
lines changed Original file line number Diff line number Diff line change @@ -3,30 +3,6 @@ version '0.9.4'
33
44def python_version = ' 3.12'
55
6- buildscript {
7- repositories {
8- google()
9- mavenCentral()
10- gradlePluginPortal()
11- }
12-
13- dependencies {
14- // The Android Gradle Plugin knows how to build native code with the NDK.
15- classpath ' com.android.tools.build:gradle:9.1.0'
16- classpath ' de.undercouch:gradle-download-task:4.1.2'
17- }
18- }
19-
20- rootProject. allprojects {
21- repositories {
22- google()
23- mavenCentral()
24- }
25- }
26-
27- apply plugin : ' com.android.library'
28- apply plugin : ' de.undercouch.download'
29-
306android {
317 namespace " com.flet.serious_python_android"
328
Original file line number Diff line number Diff line change 1- rootProject. name = ' serious_python_android'
1+ pluginManagement {
2+ repositories {
3+ google()
4+ mavenCentral()
5+ gradlePluginPortal()
6+ }
7+ }
8+
9+ plugins {
10+ id " com.android.application" version " 9.1.0" apply false
11+ id " com.android.library"
12+ id " de.undercouch.download" version " 5.6.0"
13+ }
14+
15+ rootProject. name = ' serious_python_android'
You can’t perform that action at this time.
0 commit comments