Skip to content

Instantly share code, notes, and snippets.

@mataku
Last active February 17, 2019 14:42
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/81e3d68272a01a54a840ff8f4272f86c to your computer and use it in GitHub Desktop.
Save mataku/81e3d68272a01a54a840ff8f4272f86c to your computer and use it in GitHub Desktop.
medium で使う
buildTypes {
test-a {
buildConfigField "String", "HOST", "\"test-a.mataku.com\""
debuggable true
applicationIdSuffix '.dev'
}
test-b {
buildConfigField "String", "HOST", "\"test-b.mataku.com\""
debuggable true
applicationIdSuffix '.dev'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment