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

Please adapt for Flutter3.10.5,Gradle8.0.1,Kotlin 1.5.20 #40

Open
DennisJu007 opened this issue Jul 27, 2023 · 5 comments
Open

Please adapt for Flutter3.10.5,Gradle8.0.1,Kotlin 1.5.20 #40

DennisJu007 opened this issue Jul 27, 2023 · 5 comments

Comments

@DennisJu007
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 ':platform_device_id' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

@helderlj
Copy link

Please update this

@sveinbjornt
Copy link

I am having the same problem. An updated version would be very much appreciated.

@dvdstrk
Copy link

dvdstrk commented Sep 20, 2023

Same. Is there a workaround for this?

@tommysolsen
Copy link

tommysolsen commented Sep 25, 2023

Yes, there is.

Fork this library, and apply the changes from PR #42 to your fork, it fixes your issue. Then update your pubspec.yml to point to your git repo instead.

  platform_device_id:
    git:
      url: git@github.com:tommysolsen/platform_device_id.git
      path: platform_device_id

The repo contains several packages, so you must set path as well

@Devlonoah
Copy link

@tommysolsen 's idea worked like charm.

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

6 participants