Skip to content
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

Merged
merged 11 commits into from
Sep 18, 2023

Conversation

sevenc-nanashi
Copy link
Member

@sevenc-nanashi sevenc-nanashi commented Sep 14, 2023

内容

割と色々と設計ミスしてたのを修正します。

  • Androidのライブラリ(aar)を作るにはbuild.gradleがもう一つ必要だったので追加しました。TARGET環境変数で切り換える感じです。
  • java.lang.ref.CleanerはAndroid API 33から(≒ Android 13から)でした。finalizeに戻しました。
    • それに伴い、languageVersionを8にしました。

関連 Issue

その他

aarは依存関係情報を含まないため、Mavenリポジトリを作って上げる(ダブルミーニング)必要があるっぽいです(ソース)。
GitHub PackagesのGradle(Maven)レジストリが良さそう感

Comment on lines 23 to 24
* <p>
* この関数を呼び出した後にユーザー辞書を変更した場合は、再度この関数を呼ぶ必要がある。
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ビルドのためにgradlew spotlessApplyしたら色々と変わりました。

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#558 (comment)
これで消えてなかったので消しました。

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ほぼlgtmです!!
主に環境変数名の修正だけ提案です。

gradleにちょっと詳しくなりました。

crates/voicevox_core_java_api/lib/build.gradle Outdated Show resolved Hide resolved
crates/voicevox_core_java_api/lib/build-android.gradle Outdated Show resolved Hide resolved
crates/voicevox_core_java_api/lib/build.gradle Outdated Show resolved Hide resolved
@sevenc-nanashi
Copy link
Member Author

コメントを反映しました。

Copy link
Member

@Hiroshiba Hiroshiba left a 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)

Copy link
Member

@qryxip qryxip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Hiroshiba
Copy link
Member

@qryxip 2つapprove集まったら全然マージしちゃって大丈夫です!

@Hiroshiba Hiroshiba merged commit 15db875 into VOICEVOX:main Sep 18, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants