Open console-crew opened 1 year ago
+1, facing the same issue.
+2, facing the same issue.
+3 same issue
any solutions ?
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.
It was fixed in https://github.com/EddieKamau/sms_advanced/pull/33 PR I think, but no release yet.
same issue
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
same here
Hello, you should update your flutter-plugin on the flutter-repo site.
same here
same problem i forced the version in flutter plugins/build.gradle. Bad temporary solution but i don't see new releases soon
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