pusher_client icon indicating copy to clipboard operation
pusher_client copied to clipboard

Problem with Kotlin Gradle plugin version

Open mirzobedil opened this issue 1 year ago • 9 comments

  • What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do not satisfy the required version: project ':pusher_client' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

mirzobedil avatar May 27 '23 13:05 mirzobedil

any luck?

ZakwanIbrahim3321 avatar Jun 01 '23 16:06 ZakwanIbrahim3321

No ( I am using pusher_channels_flutter now, all good with this package.

mirzobedil avatar Jun 01 '23 17:06 mirzobedil

working smooth on IOS as well?

ZakwanIbrahim3321 avatar Jun 02 '23 10:06 ZakwanIbrahim3321

I've only tested with Android so far, everything is fine.

mirzobedil avatar Jun 03 '23 08:06 mirzobedil

Same here... any update?

DevTiago avatar Aug 11 '23 16:08 DevTiago

I have got the solution

bellow is my build.gradle

Screenshot 2023-10-05 at 6 43 06 PM

you guys need to add signingConfigs and then build in release mode

P.S. My app is in production on Play Store and APP Store as well and pusher_client is working perfectly on both platforms

Thanks.

ZakwanIbrahim3321 avatar Oct 05 '23 13:10 ZakwanIbrahim3321

Oh thanks for your reply, too late unfortunately )

mirzobedil avatar Oct 31 '23 11:10 mirzobedil

I guess this library is abandoned

esentis avatar Feb 21 '24 11:02 esentis

No ( I am using pusher_channels_flutter now, all good with this package.

can i find the encrypted params?

AliSabbar avatar Mar 10 '24 13:03 AliSabbar