From 4fe937c190b1ff13c1128cd85c309c292cadb993 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Tue, 11 Nov 2025 08:01:51 -0800 Subject: [PATCH] Bump compileSdk for powersync_flutter_libs --- packages/powersync_flutter_libs/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/powersync_flutter_libs/android/build.gradle b/packages/powersync_flutter_libs/android/build.gradle index d6c0e3c1..b60c520a 100644 --- a/packages/powersync_flutter_libs/android/build.gradle +++ b/packages/powersync_flutter_libs/android/build.gradle @@ -31,7 +31,7 @@ android { // Bumping the plugin compileSdk version requires all clients of this plugin // to bump the version in their app. - compileSdk 32 + compileSdk 36 // Use the NDK version // declared in /android/app/build.gradle file of the Flutter project.