Skip to content

Instantly share code, notes, and snippets.

@mataku
Created February 17, 2019 14:46
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 mataku/645b6d4edcd48512531ed5d4fc162198 to your computer and use it in GitHub Desktop.
Save mataku/645b6d4edcd48512531ed5d4fc162198 to your computer and use it in GitHub Desktop.
medium で使う
buildTypes {
test {
buildConfigField "String", "HOST", "\"${System.getenv('SUBDOMAIN')}.mataku.com\""
debuggable true
applicationIdSuffix '.dev'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment