line / flutter_line_sdk

A Flutter plugin that lets developers access LINE's native SDKs in Flutter apps with Dart.
https://developers.line.biz/
Apache License 2.0
213 stars 42 forks source link

Add Gradle 8 support #103

Closed PirateBrook closed 2 months ago

PirateBrook commented 2 months ago

related issue: https://github.com/line/flutter_line_sdk/issues/101

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

onevcat commented 2 months ago

@YkSix Can you check and see if this is necessary or might bring any side effect? Thanks!

PirateBrook commented 2 months ago

@YkSix Thanks for your reminder, I overlooked the unupdated projects

YkSix commented 2 months ago

@PirateBrook , Thanks for your efforts. Could you please update the ext.kotlin_version to 1.7.21, the AGP to 7.3.1, and Gradle to version 7.6 if it sounds good to you? Thanks.

PirateBrook commented 2 months ago

@YkSix It's works for my project, thanks for help.