Given this code snippey from a build.gradle file, which choice is not a possible build variant?

Advertisement

android {

defaultConfig{…}

buildTypes{
debug{…}
releasae{…}
}

flavorDimensions “environment”
productFlavors {
producation {…}
staging {…}
}
}

  • productionDebug.
  • developmentDebug.
  • stagingDebug.
  • stagingRelease.
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