We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trello を backend に使用するため、API Client を作成する必要がある。 実装で必要となる機能は以下の通り。
The text was updated successfully, but these errors were encountered:
@nshiba Access Token を build 時に突っ込んで使えるようにしたいんですけど、どうしたら良いですかね?
Sorry, something went wrong.
@munisystem gradle.propertiesに書いてbuild.gradleでBuildConfig.javaに定義する処理を書いてJavaソースから参照するかたちが一般的かなー
それでgradle.propertiesとBuildConfigを.gitignoreにかいとけばおけ
参考: gradle.propertiesに定義した値をJavaソースから参照する
No branches or pull requests
WHY
Trello を backend に使用するため、API Client を作成する必要がある。
実装で必要となる機能は以下の通り。
WHAT
The text was updated successfully, but these errors were encountered: