• [ ]
      defaultConfig {
        ...
        minApiVersion 21
        targetApiVersion 28
      }
  • [ ]
      defaultConfig {
        ...
        targetSdkVersion 21
        testSdkVersion 28
      }
  • [ ]
      defaultConfig {
        ...
        minSdkVersion 21
        testApiVersion 28
      }
  • [x]
      defaultConfig {
        ...
      minSdkVersion 21
        targetSdkVersion 28
      }

By Neha S

Leave a Reply

Your email address will not be published. Required fields are marked *