79177281

Date: 2024-11-11 10:32:43
Score: 0.5
Natty:
Report link

You can can change buildToolsVersion and buildToolsVersion in android/build.gradle - like this:

// android/build.gradle
buildscript {
  ext {
    buildToolsVersion = 33
    compileSdkVersion = 33
    targetSdkVersion  '33.0.0'
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: meowww