diff --git a/super_editor/example/android/build.gradle b/super_editor/example/android/build.gradle index cd89d3a8b..e55ade887 100644 --- a/super_editor/example/android/build.gradle +++ b/super_editor/example/android/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.3.0' + classpath 'com.android.tools.build:gradle:8.4.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/super_editor/example/android/gradle/wrapper/gradle-wrapper.properties b/super_editor/example/android/gradle/wrapper/gradle-wrapper.properties index cc5527d78..2a0fcc1b8 100644 --- a/super_editor/example/android/gradle/wrapper/gradle-wrapper.properties +++ b/super_editor/example/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip diff --git a/super_editor/example/pubspec.yaml b/super_editor/example/pubspec.yaml index 271344a2b..7849acb68 100644 --- a/super_editor/example/pubspec.yaml +++ b/super_editor/example/pubspec.yaml @@ -34,7 +34,7 @@ dependencies: cupertino_icons: ^1.0.1 charcode: ^1.1.3 - flutter_keyboard_visibility: ^5.0.3 + flutter_keyboard_visibility: ^6.0.0 google_fonts: ^2.0.0 http: ^0.13.1 linkify: ^5.0.0