fix(flutter_vibrate): use flutter.compileSdkVersion

The hardcoded `compileSdkVersion` was causing build failures for users who did not have the exact Android SDK version installed.

This change updates the `build.gradle` file to use `flutter.compileSdkVersion`, which is the standard and recommended approach for Flutter plugins. This makes the plugin adapt to the `compileSdkVersion` defined by the consuming Flutter application, resolving the build error and making the package more robust against future Flutter SDK updates.
This commit is contained in:
google-labs-jules[bot]
2026-01-21 18:29:30 +00:00
parent 593d495431
commit 477c1bf3d4

Diff Content Not Available