Closed netapy closed 1 year ago
Hello @netapy ,
Thanks a lot for your message and for raising this! I will try to reproduce and solve this issue as soon as possible.
Salut @netapy ,
Version 1.0.4+1 of this plugin just published on pub.dev now got those lines updated:
android/build.gradle:
...
ext.kotlin_version = '1.6.20'
...
classpath 'com.android.tools.build:gradle:7.0.0'
...
android/gradle/wrapper/gradle-wrapper.properties:
...
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
I hope this solves your issue.
If it doesn't, I'm very sorry for the inconvenience and you may want to try updating those lines in your own project, as can be seen also in the example project here: https://github.com/lcuis/matomo_forever/blob/dc8b3bd8f0baa534ebaf90f7205e59c20f392f66/example/android/build.gradle#L2 https://github.com/lcuis/matomo_forever/blob/dc8b3bd8f0baa534ebaf90f7205e59c20f392f66/example/android/build.gradle#L9 https://github.com/lcuis/matomo_forever/blob/dc8b3bd8f0baa534ebaf90f7205e59c20f392f66/example/android/gradle/wrapper/gradle-wrapper.properties#L6
It works perfectly with your fix ! Thank you for being so responsive and efficient. Best,
Great! Thanks a lot for your confirmation and again for bringing this issue to my attention!
Hi, thanks very much for this great library.
I'm trying to compile my app to Android and I get the following error :
My flutter doctor :