platform_device_id icon indicating copy to clipboard operation
platform_device_id copied to clipboard

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

Open DennisJu007 opened this issue 2 years ago • 5 comments

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

DennisJu007 avatar Jul 27 '23 08:07 DennisJu007

Please update this

helderlj avatar Aug 23 '23 21:08 helderlj

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

sveinbjornt avatar Sep 06 '23 18:09 sveinbjornt

Same. Is there a workaround for this?

dvdstrk avatar Sep 20 '23 22:09 dvdstrk

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: [email protected]:tommysolsen/platform_device_id.git
      path: platform_device_id

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

tommysolsen avatar Sep 25 '23 11:09 tommysolsen

@tommysolsen 's idea worked like charm.

Devlonoah avatar Oct 29 '23 00:10 Devlonoah