alexrintt / shared-storage

Flutter plugin to work with Android external storage.
http://alexrintt.io/shared-storage/
MIT License
53 stars 24 forks source link

Outdated Kotlin Gradle plugin version #124

Closed iamcosmin closed 1 year ago

iamcosmin commented 1 year ago

Describe the bug When building the app for android, this error comes up:

FAILURE: Build failed with an exception.

* What went wrong:
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 ':shared_storage' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

To Reproduce

  1. Upgrade Android Gradle Plugin to 7.3.0.
  2. Run flutter build apk

Expected behavior The app should build successfully, without any error.

alexrintt commented 1 year ago

Hi! Thanks for reporting.

Please, try it:

dependencies:
  # ...
  shared_storage:
    git:
      url: https://github.com/alexrintt/shared-storage
      ref: 124

And see if that works.


Changes:

alexrintt commented 1 year ago

Published as v0.8.0