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

Not compile with Gradle plugin 1.5.20 because motion sensor #52

Open
dariocavada opened this issue Jun 13, 2023 · 3 comments
Open

Not compile with Gradle plugin 1.5.20 because motion sensor #52

dariocavada opened this issue Jun 13, 2023 · 3 comments

Comments

@dariocavada
Copy link

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':motion_sensors' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

@dariocavada
Copy link
Author

dariocavada commented Jun 13, 2023

I solve this putting a dependency_overrides in the pubspec.yaml file:

dependency_overrides:
 motion_sensors:
    git:
      url: https://github.com/zesage/motion_sensors
      ref: master

@ErenErgen96
Copy link

appreciated

@dariocavada
Copy link
Author

Create https://pub.dev/packages/panorama_viewer, as an update of the panorama widget

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants