fluttercandies / flutter_image_editor

Flutter plugin, support android/ios.Support crop, flip, rotate, color martix, mix image, add text. merge multi images.
Apache License 2.0
407 stars 124 forks source link

Update build.gradle #129

Open ettaegbe opened 4 months ago

ettaegbe commented 4 months ago

Upgrade to gradle 8.0.2 Updated Java version to solve the version compatibility issue.

CaiJingLong commented 3 months ago

Please check CI.

In addition, I merged #132, which may partially conflict with your code, so you need update upstream.

The plugin include AGP only to ensure the app can be compiled. I don’t know whether increasing the AGP version will affect the calling of downstream apps.