Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kotling Version in Gradle File #31

Open
console-crew opened this issue Jul 9, 2023 · 13 comments
Open

Update Kotling Version in Gradle File #31

console-crew opened this issue Jul 9, 2023 · 13 comments

Comments

@console-crew
Copy link

console-crew commented Jul 9, 2023

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
Copy link

+1, facing the same issue.

@bravesfly
Copy link

+2, facing the same issue.

@AwaisQazii
Copy link

+3 same issue

@AhsanRiyad
Copy link

any solutions ?

@ipatavatsizz
Copy link

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
Copy link

mrjohnr commented Sep 11, 2023

same issue, temporary solved as here

@MerdanDev
Copy link

It was fixed in #33 PR I think, but no release yet.

@Pavelsav960
Copy link

same issue

@ged-flod
Copy link

ged-flod commented Nov 6, 2023

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
Copy link

same here

@FutureApp
Copy link

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

@VitusJoy
Copy link

same here

@emanuelegaleotti
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests