Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(example): downgrade Kotlin from 1.9.24 to 1.7.10 #2185

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions example/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 7 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down