Created
August 5, 2018 09:00
-
-
Save Ssisakhti/3460ff2c794d6b69613d0dab4aaba9d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android { | |
... | |
flavorDimensions("version_name", "market") | |
... | |
} | |
productFlavors { | |
filmbazi { | |
dimension "version_name" | |
applicationIdSuffix ".filmbazi" | |
versionNameSuffix "-filmbazi" | |
} | |
chikija { | |
dimension "version_name" | |
applicationIdSuffix ".chikija" | |
versionNameSuffix "-chikija" | |
} | |
cafebazaar { | |
dimension "market" | |
} | |
vas { | |
dimension "market" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment