chore(deps): bump com.android.tools.build:gradle from 9.3.0 to 9.3.1 in /packages/react-native-v2/android - #956
Conversation
Bumps com.android.tools.build:gradle from 9.3.0 to 9.3.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
There was a problem hiding this comment.
Dependabot review — AGP 9.3.0 → 9.3.1
Safe to merge. No code changes required.
What it is: A patch bump of com.android.tools.build:gradle (Android Gradle Plugin) from 9.3.0 to 9.3.1, a single-line change in packages/react-native-v2/android/build.gradle.
Usage audit: AGP is referenced in three gradle files in this repo; only packages/react-native-v2/android/build.gradle is changed. The v1 package (packages/react-native/android/build.gradle) pins 8.4.0 and the examples/react-native-example uses an unversioned classpath — neither is touched. The changed build script just applies com.android.library/com.facebook.react/org.jetbrains.kotlin.android, sets compileSdk/targetSdk 35 and minSdk 24 (well within AGP 9.3's max API 37), and declares the React Native + evervault-core:2.5.0 deps. It uses none of the features touched by the 9.3 line.
Changelog (9.3.0 → 9.3.1): 9.3 is a minor release; its additions (standalone R8 Configuration Analyzer task, updated optimization DSL with the legacy DSL still supported, and keep-rule source sets) are additive/opt-in. 9.3.1 is a patch = bug fixes only, no API/behaviour breaking changes. The disruptive 9.x changes (built-in Kotlin default, new DSL/Variant API, Gradle 9.x requirement) all landed in 9.0, already adopted here via the previously-merged #930 (7.3.1→9.2.1) and #940 (9.2.1→9.3.0). The Gradle 9.5.0 / JDK 17 / Build-Tools 36 requirements are unchanged from 9.3.0.
Security/performance: Official Google artifact, patch release, no known CVEs; the diff is a one-character version string change — nothing suspicious.
Build validation: A full Gradle build wasn't runnable in the review sandbox (no Android SDK, Google Maven host blocked). However the PR's own Build Android Examples CI job (expo prebuild + ./gradlew assembleRelease) passed on this commit, as did the iOS and lint/test jobs — and the same pattern was green when 9.3.0 was introduced in #940.
Bumps com.android.tools.build:gradle from 9.3.0 to 9.3.1.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)