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
Open
Bump com.android.application from 8.7.0 to 9.2.1 in /src/proguard-android#11717dependabot[bot] wants to merge 8 commits into
dependabot[bot] wants to merge 8 commits into
Conversation
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>
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
c867006 to
5cb8e46
Compare
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps com.android.application from 8.7.0 to 9.2.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)