79167088

Date: 2024-11-07 15:22:41
Score: 1.5
Natty:
Report link

In My case issue was solved by following this link - https://github.com/fluttercommunity/plus_plugins/issues/3299 (malwinder-s's answer). Pasting it here -

id "com.android.application" version "8.7.0" apply false
in plugins block In android/settings.gradle

Also set in gradle-wrapper.properties:

   distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip

In my case the com.android.application was 7.3.0. Changed it to 8.7.0.

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): this link
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alias