jonataslaw / VideoCompress

Compress videos, remove audio, manipulate thumbnails, and make your video compatible with all platforms through this lightweight and efficient library.
MIT License
228 stars 273 forks source link

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.40 and higher. #142

Open maddhy opened 3 years ago

maddhy commented 3 years ago
xbtasvs commented 3 years ago

Same issue is here.

pavel-k-codexoptimus commented 3 years ago

same

denes16 commented 2 years ago

same

josedavidrp commented 2 years ago

You can fix it going to the build.gradle of the plugin and changing ext.kotlin_version to '1.3.40'. I dont know if everything will work, but I could compress a video and make a successful build with this. To find this file you have to go to your flutter folder>.pub-cache>hosted>pub.dartlang.org>video_compress-3.1.0>android>build.gradle.

I dont know if that file is overwritten usually or something, but if it does working just go there and change it again

pavel-k-codexoptimus commented 2 years ago

Yep, yep. The real problem is that pub.dev contains a previous version of this library (3.1.0). How to update:

  #video_compress: ^3.1.0
  video_compress:
    git:
      url: https://github.com/jonataslaw/VideoCompress.git
      ref: master
MrAlek commented 2 years ago

@jonataslaw Could you cut a new release so we can avoid referring to master?

mshadmnaeo commented 2 years ago

Same

bhayatus commented 2 years ago

Any update on a new release?

Yayo-Arellano commented 2 years ago

Yep, yep. The real problem is that pub.dev contains a previous version of this library (3.1.0). How to update:

  • In your pubspec.yaml
  #video_compress: ^3.1.0
  video_compress:
    git:
      url: https://github.com/jonataslaw/VideoCompress.git
      ref: master

So far this is the only working soluton @bhayatus

itadminmynapse commented 2 years ago

bump. When is the new version coming?

imtoori commented 2 years ago

any update?

markfili commented 2 years ago

I support this change.

BradenBagby commented 2 years ago

Yes please