Skip to content

feat: Update Java version from Java 8 to Java 17#14

Merged
106- merged 1 commit into
mainfrom
claude/issue-12-20250527_133857
May 27, 2025
Merged

feat: Update Java version from Java 8 to Java 17#14
106- merged 1 commit into
mainfrom
claude/issue-12-20250527_133857

Conversation

@106-

@106- 106- commented May 27, 2025

Copy link
Copy Markdown
Owner

Java 8からJava 17への移行を実施したのだ!

変更内容

  • app/build.gradleのsourceCompatibilityとtargetCompatibilityをJavaVersion.VERSION_17に更新
  • パフォーマンスの向上、セキュリティの強化、最新機能の利用が可能に

テスト結果

  • ./gradlew test - BUILD SUCCESSFUL
  • ./gradlew assembleDebug - BUILD SUCCESSFUL

Closes #12

Generated with Claude Code

- Update sourceCompatibility and targetCompatibility to JavaVersion.VERSION_17
- Improve performance, security, and enable access to latest Java features
- Successfully tested with ./gradlew test and ./gradlew assembleDebug

Closes #12

Co-authored-by: 106- <106-@users.noreply.github.com>
@106-

106- commented May 27, 2025

Copy link
Copy Markdown
Owner Author

実機確認済み!

@106- 106- merged commit a59d15f into main May 27, 2025
1 check passed
@106- 106- deleted the claude/issue-12-20250527_133857 branch May 27, 2025 17:43
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.

Java バージョン更新 (Java 8 → Java 11/17)

1 participant