-
Notifications
You must be signed in to change notification settings - Fork 1
feat/pimob-4057: Support 16KB size page setup #300
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
feat/pimob-4057: Support 16KB size page setup #300
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request upgrades the Android Gradle Plugin (AGP) from 8.1.2 to 8.12.3 and Gradle wrapper from 8.2.1 to 8.13 to support Android's 16KB page size mandate. This is a maintenance upgrade to ensure compatibility with future Android requirements.
- Updated Gradle wrapper from 8.2.1 to 8.13
- Upgraded Android Gradle Plugin from 8.1.2 to 8.12.3
- Modernized deprecated lint configuration syntax
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| gradle/wrapper/gradle-wrapper.properties | Updates Gradle distribution URL to version 8.13 |
| buildSrc/gradle.properties | Updates AGP version property to 8.12.3 |
| buildSrc/build.gradle.kts | Updates AGP dependency version to 8.12.3 |
| app/build.gradle | Migrates from deprecated lintOptions to modern lint block |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
855d6b7 to
8f17d38
Compare
8.12.38f17d38 to
2e338ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 28 out of 30 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
checkout/src/main/java/com/checkout/threedsecure/usecase/ProcessThreeDSUseCase.kt
Outdated
Show resolved
Hide resolved
2e338ee to
1ac16f2
Compare
Updates the Gradle wrapper, Android Gradle Plugin, and related configurations. - Bumps Gradle wrapper from 8.2.1 to 8.13. - Upgrades Android Gradle Plugin from 8.1.2 to 8.12.3.
1ac16f2 to
4eaa764
Compare
|



Issue
pimob-4057
Proposed changes
Updates the Gradle wrapper, Android Gradle Plugin, and related configurations to support 16KB page size mandate
1.9.10to2.2.208.2.1to8.13.8.1.2to8.12.3.2.48.1to2.57.2kaptwithkspfor annotation processing.kotlinOptionsandjcenter.Uri.parsewithtoUri()from AndroidX Core.Test Step
implementation("com.github.checkout:frames-android:<version>")in the appbuild.gradleChecklist