Skip to content

Instantly share code, notes, and snippets.

@Ssisakhti
Last active August 5, 2018 09:10
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 Ssisakhti/2ebca3d0e5734f3b0f19dc1ce0852d00 to your computer and use it in GitHub Desktop.
Save Ssisakhti/2ebca3d0e5734f3b0f19dc1ce0852d00 to your computer and use it in GitHub Desktop.
android {
buildTypes {
chikija {
buildConfigField "int", "QUESTIONS", "42"
buildConfigField "String", "URL_STRING", "\"chikija\""
buildConfigField "boolean", "HAS_PLAYER", "true"
}
filmbazi {
buildConfigField "int", "QUESTIONS", "52"
buildConfigField "String", "URL_STRING", "\"filmbazi\""
buildConfigField "boolean", "HAS_PLAYER", "false"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment