79085661

Date: 2024-10-14 10:01:11
Score: 0.5
Natty:
Report link

in my case what have fixed the issue was upgrading :

'com.android.tools.build:gradle:8.0.0'
-> 
'com.android.tools.build:gradle:8.4.2'

and

distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
->
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Y.A.P.