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

依存ライブラリをバージョンアップする #32

Merged
merged 4 commits into from
Aug 15, 2024

Conversation

zztkm
Copy link
Contributor

@zztkm zztkm commented Aug 13, 2024

変更内容

  • [UPDATE] 依存ライブラリーのバージョンを上げる
    • com.google.code.gson:gson を 2.11.0 に上げる
    • androidx.appcompat:appcompat を 1.7.0 に上げる
    • com.google.android.material:material を 1.12.0 に上げる
  • [UPDATE] compileSdkVersion を 34 に上げる
    • Android API レベル 34 以降でコンパイルする必要がある依存ライブラリがあるため
  • [UPDATE] Kotlin のバージョンを 1.9.25 に上げる

This pull request includes several updates to dependencies and configurations in the quickstart project. The changes primarily focus on upgrading library versions and the compile SDK version to improve compatibility and performance.

Dependency Updates:

  • CHANGES.md: Updated the versions of com.google.code.gson:gson, androidx.appcompat:appcompat, and com.google.android.material:material to their latest versions.
  • quickstart/build.gradle: Updated the com.google.code.gson:gson dependency to version 2.11.0.
  • quickstart/build.gradle: Updated the androidx.appcompat:appcompat dependency to version 1.7.0.
  • quickstart/build.gradle: Updated the com.google.android.material:material dependency to version 1.12.0.

Configuration Updates:

  • quickstart/build.gradle: Changed compileSdkVersion from 33 to 34 to ensure compatibility with newer dependencies.

@zztkm zztkm marked this pull request as ready for review August 13, 2024 10:14
@zztkm zztkm requested a review from miosakuma August 13, 2024 10:14
@zztkm
Copy link
Contributor Author

zztkm commented Aug 13, 2024

ビルドして Sora に接続できることを確認済です。

Copy link
Contributor

@miosakuma miosakuma left a comment

Choose a reason for hiding this comment

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

対応ありがとうございました!

@zztkm zztkm merged commit 80f6a44 into develop Aug 15, 2024
1 check passed
@zztkm zztkm deleted the feature/update-library branch August 15, 2024 05:21
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.

2 participants