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
31 stars 69 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 1 year ago

+2, facing the same issue.

AwaisQazii commented 1 year ago

+3 same issue

AhsanRiyad commented 1 year ago

any solutions ?

ipatavatsizz commented 1 year 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 1 year ago

same issue, temporary solved as here

MerdanDev commented 1 year ago

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

Pavelsav960 commented 1 year ago

same issue

ged-flod commented 1 year 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 9 months ago

same here

FutureApp commented 8 months ago

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

VitusJoy commented 5 months ago

same here

emanuelegaleotti commented 2 months ago

same problem i forced the version in flutter plugins/build.gradle. Bad temporary solution but i don't see new releases soon