How would you specify in your build.gradle file that your app required at least API level 21 to run, but that it can be tested on API level 28?

Advertisement

  • defaultConfig {

    minApiVersion 21
    targetApiVersion 28
    }
  • defaultConfig {

    targetSdkVersion 21
    testSdkVersion 28
    }
  • defaultConfig {

    minSdkVersion 21
    testApiVersion 28
    }
  • defaultConfig {

    minSdkVersion 21
    targetSdkVersion 28
    }
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment


Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Send this to a friend