-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
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
Java API:Android版の設計を色々修正 #612
Conversation
* <p> | ||
* この関数を呼び出した後にユーザー辞書を変更した場合は、再度この関数を呼ぶ必要がある。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ビルドのためにgradlew spotlessApply
したら色々と変わりました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#558 (comment)
これで消えてなかったので消しました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ほぼlgtmです!!
主に環境変数名の修正だけ提案です。
gradleにちょっと詳しくなりました。
コメントを反映しました。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
微妙に細かいところよくわかってませんが、とりあえずlgtm!!!
@qryxip さんがコメントしてくださってます。気づいてなかったらあれなので言及してみました。
#612 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@qryxip 2つapprove集まったら全然マージしちゃって大丈夫です! |
内容
割と色々と設計ミスしてたのを修正します。
aar
)を作るにはbuild.gradleがもう一つ必要だったので追加しました。TARGET
環境変数で切り換える感じです。関連 Issue
その他
aarは依存関係情報を含まないため、Mavenリポジトリを作って上げる(ダブルミーニング)必要があるっぽいです(ソース)。
GitHub PackagesのGradle(Maven)レジストリが良さそう感