Skip to content

Bump com.android.application from 8.7.0 to 9.2.1 in /src/proguard-android#11717

Open
dependabot[bot] wants to merge 8 commits into
mainfrom
dependabot/gradle/src/proguard-android/com.android.application-9.2.1
Open

Bump com.android.application from 8.7.0 to 9.2.1 in /src/proguard-android#11717
dependabot[bot] wants to merge 8 commits into
mainfrom
dependabot/gradle/src/proguard-android/com.android.application-9.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps com.android.application from 8.7.0 to 9.2.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.application from 8.7.0 to 9.2.1.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 23, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. java Pull requests that update Java code labels Jun 23, 2026
jonathanpeppers and others added 3 commits June 23, 2026 08:32
The com.android.application 9.2.1 plugin requires Gradle 9.4.1+.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jcenter() was removed in Gradle 9 and causes:
  Could not find method jcenter() for arguments [] on repository container

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…/proguard-android/com.android.application-9.2.1

# Conflicts:
#	src/manifestmerger/build.gradle
@jonathanpeppers jonathanpeppers force-pushed the dependabot/gradle/src/proguard-android/com.android.application-9.2.1 branch from c867006 to 5cb8e46 Compare June 24, 2026 13:05
jonathanpeppers and others added 4 commits June 24, 2026 10:54
…irroring

The default Compact session token issued by the Azure Artifacts
credential provider is rejected by the dnceng dotnet-public-maven
feed when ingesting plugin markers (e.g. the AGP plugin from
`pluginManagement`). Setting
`NUGET_CREDENTIALPROVIDER_VSTS_TOKENTYPE=SelfDescribing` forces a
broader-scope token that the feed accepts.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
After bumping the shared build-tools/gradle wrapper to 9.4.1, the
JavaLib gradle fixture under tests/CodeGen-Binding/Xamarin.Android.
LibraryProjectZip-LibBinding/ failed with:

  A problem occurred evaluating project ':library'.
  > 'org.gradle.api.artifacts.Dependency
     org.gradle.api.artifacts.dsl.DependencyHandler.module(java.lang.Object)'

That API was removed in Gradle 9 and is called by AGP 7.4.2. Bump the
fixture to AGP 9.2.1 (the same version proguard-android now uses, which
is already mirrored in the dnceng dotnet-public-maven feed) and apply
the small set of changes AGP 9 requires:

* Use `namespace` in build.gradle instead of `package` in the
  manifest.
* Replace removed `compileSdkVersion`/`minSdkVersion` DSL with
  `compileSdk`/`minSdk` and bump to API 35 / API 21.
* Drop `testInstrumentationRunner` referencing the removed
  `android.support.test` package.
* Use `proguard-android-optimize.txt` instead of the no-longer
  supported `proguard-android.txt`.
* Replace `rootProject.buildDir` with `rootProject.layout.buildDirectory`.

Repositories now use the dnceng feed when `RunningOnCI` is set, to
match the centralized scheme used by src/* projects.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Follow the convention from .github/instructions/gradle.instructions.md:
all gradle projects share eng/gradle/plugin-repositories.gradle and
eng/gradle/dependency-repositories.gradle, applied via settings.gradle.
Replace the inlined buildscript/allprojects repositories blocks with
`apply from:` of the shared files, switch to the modern plugins {}
DSL, and load the credprovider plugin in settings.gradle just like the
src/* projects do.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
So future AGP releases get auto-bumped here too, instead of silently
diverging from src/proguard-android and breaking with the next Gradle
wrapper upgrade.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant