diff --git a/example/android/settings.gradle b/example/android/settings.gradle index ee3c79c1a..536165d35 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -19,8 +19,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "7.3.0" apply false - // TODO: We should update the project to not require higher version of Kotlin - id "org.jetbrains.kotlin.android" version "1.9.24" apply false + id "org.jetbrains.kotlin.android" version "1.7.10" apply false } include ":app" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index dc6512065..572ced715 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -39,7 +39,13 @@ dependencies: image_cropper: ^8.0.1 path_provider: ^2.1.2 # For drag and drop feature - desktop_drop: ^0.4.4 + # Switch to the pub.dev version after https://github.com/MixinNetwork/flutter-plugins/pull/351 + # is published + desktop_drop: + git: + url: https://github.com/MixinNetwork/flutter-plugins.git + path: packages/desktop_drop + ref: 0d1ce578abddd171b309b15847bd6e4f9163881e # For picking quill document files file_picker: ^8.0.0+1 # For sharing text