EddieKamau / sms_advanced

This is an SMS library for Flutter. Its allow to send, receive, query sms messages, sms delivery and query contacts info. Currently supporting only android
MIT License
28 stars 53 forks source link

Update Kotling Version in Gradle File #31

Open console-crew opened 1 year ago

console-crew commented 1 year ago

it Shows Version incompatibility

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

kent-leow commented 1 year ago

+1, facing the same issue.

bravesfly commented 12 months ago

+2, facing the same issue.

AwaisQazii commented 11 months ago

+3 same issue

AhsanRiyad commented 11 months ago

any solutions ?

ipatavatsizz commented 11 months ago

The change in GitHub didn't update to pub.dev, when I installed pub.dev's version, it showed that gradle is 1.3.50, but in GitHub, it shows 1.5.20. So it must be updated correctly by the author.

mrjohnr commented 10 months ago

same issue, temporary solved as here

MerdanDev commented 10 months ago

It was fixed in https://github.com/EddieKamau/sms_advanced/pull/33 PR I think, but no release yet.

Pavelsav960 commented 9 months ago

same issue

ged-flod commented 8 months ago

In your pubspec.yaml file, link the sms_advanced plugin to Github


dependencies:
  ...
  # sms_advanced: ^1.1.0
  sms_advanced:
    git:
      url: https://github.com/EddieKamau/sms_advanced.git
      ref: master
saleem-hadad commented 4 months ago

same here

FutureApp commented 3 months ago

Hello, you should update your flutter-plugin on the flutter-repo site.

VitusJoy commented 4 weeks ago

same here