We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf895d commit 0ab98e3Copy full SHA for 0ab98e3
src/serious_python_android/android/build.gradle
@@ -31,7 +31,7 @@ android {
31
32
// Bumping the plugin compileSdkVersion requires all clients of this plugin
33
// to bump the version in their app.
34
- compileSdkVersion 31
+ compileSdkVersion 36
35
36
// Invoke the shared CMake build with the Android Gradle Plugin.
37
externalNativeBuild {
@@ -129,4 +129,4 @@ if (System.getenv('SERIOUS_PYTHON_BUILD_DIST')) {
129
task copyOrUntar(dependsOn: packageTasks)
130
}
131
132
-preBuild.dependsOn copyOrUntar
+preBuild.dependsOn copyOrUntar
0 commit comments