79563567

Date: 2025-04-09 06:05:02
Score: 1.5
Natty:
Report link
Add the following to /home/cwhisperer/AndroidProjects/vosim/android/app/build.gradle.kts:

    android {
        ndkVersion = "27.0.12077973"
        ...
    }

But in my build.gradle.kts I have


android {
    namespace = "lu.vo.bla"
    compileSdk = flutter.compileSdkVersion
    ndkVersion = flutter.ndkVersion

do I have to replace the variable?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: cwhisperer