heywhy / flutter-pusher-client

A pusher.com client written with dart for flutter
MIT License
9 stars 30 forks source link

gradle needs to be 1.3.0 #1

Closed nicolasvahidzein closed 4 years ago

nicolasvahidzein commented 4 years ago

is there a way we can increase the graddle requirement to 1.3.0, it's not compiling because it's set to 1.2.7

thanks.

heywhy commented 4 years ago

Hello, thanks for the hint. I assume you are referring to the Kotlin plugin version used in the gradle.build file. I've updated the version to 1.3.61 (which is the latest) and it builds just fine. So I need you to confirm that you're referring to the Kotlin version, so that I make a release as soon as you confirm.

Atanda Rasheed

nicolasvahidzein commented 4 years ago

thank you i will pull the new version and try and tell you.

On Thu, Jan 16, 2020 at 10:52 PM atanda rasheed notifications@github.com wrote:

Hello, thanks for the hint. I assume you are referring to the Kotlin plugin version used in the gradle.build file. I've updated the version to 1.3.61 (which is the latest) and it builds just fine. So I need you to confirm that you're referring to the Kotlin version, so that I make a release as soon as you confirm.

Atanda Rasheed

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/heywhy/flutter-pusher-client/issues/1?email_source=notifications&email_token=AHD57DDQMRS3POZHYTFMCSLQ6DJJ5A5CNFSM4KHWVUF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJFVYGQ#issuecomment-575364122, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHD57DFBZMJKXLPVIZL73T3Q6DJJ5ANCNFSM4KHWVUFQ .

heywhy commented 4 years ago

A release (v0.2.1) has been made to fix the Kotlin issue, you should run flutter pub upgrade to get the new release. Once you've tried it and it's fine, please signify so I can close this issue. Thank you.

Atanda Rasheed

gopalkriagg commented 4 years ago

It works now! How to install section still have old version written there: https://pub.dev/packages/flutter_pusher_client#-readme-tab-