34,333
edits
Changes
→Adding the Build Flavors to the Module Build File
productFlavors {
phone {
"com.ebookfrenzy.buildexample.app.phone"
versionName "1.0-phone"
}
tablet {
"com.ebookfrenzy.buildexample.app.tablet"
versionName "1.0-tablet"
[[Image:android_studio_build_variants_tool2.png|Build Variants listed in the Android Studio Build Variant tool window]]
Figure 57-2