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

Android Gradle Plugin を 8.5.0 にアップグレード #78

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

zztkm
Copy link
Contributor

@zztkm zztkm commented Aug 1, 2024

  • [UPDATE] Android Gradle Plugin (AGP) を 8.5.0 にアップグレードする
    • Android Studion の AGP Upgrade Assistant を利用してアップグレードされた内容
      • com.android.tools.build:gradle を 8.5.0 に上げる
      • ビルドに利用される Gradle を 8.7 に上げる
      • Android マニフェストからビルドファイルにパッケージを移動
        • Android マニフェストに定義されていた package を削除
        • ビルドファイルに namespace を追加
      • ビルドファイルの dependencies の transitive をコメントアウト
    • AGP 8.5.0 対応で発生したビルドスクリプトのエラーを手動で修正した内容
      • AGP 8.0 から buildConfig がデフォルト false になったため、true に設定する

This pull request includes several updates to upgrade the Android Gradle Plugin (AGP) to version 8.5.0 and make necessary adjustments to the build files and configurations. The most important changes include upgrading the Gradle version, modifying build configurations, and updating namespaces in the build scripts.

AGP Upgrade and Build Configuration Adjustments:

Manifest and Dependency Updates:

These changes ensure compatibility with the latest AGP and Gradle versions, streamline the build process, and adhere to new configuration requirements.

@zztkm zztkm requested a review from miosakuma August 1, 2024 03:18
@zztkm zztkm marked this pull request as ready for review August 1, 2024 03:18
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 59c3dad into develop Aug 1, 2024
1 check passed
@zztkm zztkm deleted the feature/update-gradle-8 branch August 1, 2024 06:09
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