79775919

Date: 2025-09-26 12:24:28
Score: 1.5
Natty:
Report link

I managed to find solution, I had to bump version of gradle build plugin from 8.1.1 to at least:

buildscript {
  ...
  dependencies {
      classpath 'com.android.tools.build:gradle:8.2.2'
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Konrad