Skip to content

Instantly share code, notes, and snippets.

@abhishekBansal
Created November 17, 2019 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhishekBansal/66aaf380fc90367e62840772ef4a4360 to your computer and use it in GitHub Desktop.
Save abhishekBansal/66aaf380fc90367e62840772ef4a4360 to your computer and use it in GitHub Desktop.
flavorDimensions 'defaultDimension'
productFlavors {
integrationTest {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
dimension 'defaultDimension'
}
normal {
testInstrumentationRunner "com.abhishel.mvvmdemo.MyTestRunner"
dimension 'defaultDimension'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment