Skip to content

Commit 9a8182d

Browse files
committed
Merge branch 'android-16k' into hidden-files-fix
2 parents 8fe6246 + 618ab1b commit 9a8182d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/serious_python/example/flask_example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.3.0'
9+
classpath 'com.android.tools.build:gradle:9.1.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}

src/serious_python_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111

1212
dependencies {
1313
// The Android Gradle Plugin knows how to build native code with the NDK.
14-
classpath 'com.android.tools.build:gradle:7.3.0'
14+
classpath 'com.android.tools.build:gradle:9.1.0'
1515
classpath 'de.undercouch:gradle-download-task:4.1.2'
1616
}
1717
}

0 commit comments

Comments
 (0)