Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
変更内容
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 ofcom.google.code.gson:gson
,androidx.appcompat:appcompat
, andcom.google.android.material:material
to their latest versions.quickstart/build.gradle
: Updated thecom.google.code.gson:gson
dependency to version2.11.0
.quickstart/build.gradle
: Updated theandroidx.appcompat:appcompat
dependency to version1.7.0
.quickstart/build.gradle
: Updated thecom.google.android.material:material
dependency to version1.12.0
.Configuration Updates:
quickstart/build.gradle
: ChangedcompileSdkVersion
from33
to34
to ensure compatibility with newer dependencies.