79472591

Date: 2025-02-27 12:00:08
Score: 0.5
Natty:
Report link

You should make the following changes in app/build.gradle

minSdk: 19
targetSdk: 28 //modify these as per requirement 34>targetSdk>19
compileSdk: 27 //modify these as per requirement 34>compileSdk>19 

Similar question: here
If you want to understand these build systems: Configure your build

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Newb