Last active
August 5, 2018 09:10
-
-
Save Ssisakhti/2ebca3d0e5734f3b0f19dc1ce0852d00 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 { | |
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