Skip to content

Commit 0ab98e3

Browse files
authored
Update build.gradle
1 parent adf895d commit 0ab98e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/serious_python_android/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131

3232
// Bumping the plugin compileSdkVersion requires all clients of this plugin
3333
// to bump the version in their app.
34-
compileSdkVersion 31
34+
compileSdkVersion 36
3535

3636
// Invoke the shared CMake build with the Android Gradle Plugin.
3737
externalNativeBuild {
@@ -129,4 +129,4 @@ if (System.getenv('SERIOUS_PYTHON_BUILD_DIST')) {
129129
task copyOrUntar(dependsOn: packageTasks)
130130
}
131131

132-
preBuild.dependsOn copyOrUntar
132+
preBuild.dependsOn copyOrUntar

0 commit comments

Comments
 (0)