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

change jcenter to mavenCentral and use line-sdk-android v5.8.1. #80

Closed plateaukao closed 1 year ago

plateaukao commented 1 year ago

Summary

Address issue #78

Due to deprecation of jcenter, update Android library repo from jcenter to mavenCentral.

Other corresponding changes

onevcat commented 1 year ago

Perfect! Thank you.