Skip to content

chore(deps): bump com.android.tools.build:gradle from 9.3.0 to 9.3.1 in /packages/react-native-v2/android - #956

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/packages/react-native-v2/android/com.android.tools.build-gradle-9.3.1
Open

chore(deps): bump com.android.tools.build:gradle from 9.3.0 to 9.3.1 in /packages/react-native-v2/android#956
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/packages/react-native-v2/android/com.android.tools.build-gradle-9.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps com.android.tools.build:gradle from 9.3.0 to 9.3.1.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 25, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 25, 2026 07:52
@dependabot dependabot Bot added the java Pull requests that update java code label Jul 25, 2026
@changeset-bot

changeset-bot Bot commented Jul 25, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: cc499f9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ev-vaultkeeper ev-vaultkeeper Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Development

Successfully merging this pull request may close these issues.

0 participants