Skip to content

Bump androidx.activity:activity-ktx from 1.11.0 to 1.12.0#328

Merged
ribbons merged 2 commits into
masterfrom
dependabot/gradle/androidx.activity-activity-ktx-1.12.0
Nov 25, 2025
Merged

Bump androidx.activity:activity-ktx from 1.11.0 to 1.12.0#328
ribbons merged 2 commits into
masterfrom
dependabot/gradle/androidx.activity-activity-ktx-1.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 20, 2025

Bumps androidx.activity:activity-ktx from 1.11.0 to 1.12.0.

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 20, 2025
Repository owner deleted a comment from dependabot Bot Nov 25, 2025
@ribbons ribbons force-pushed the dependabot/gradle/androidx.activity-activity-ktx-1.12.0 branch from 65b2640 to ea053b1 Compare November 25, 2025 14:54
Bumps androidx.activity:activity-ktx from 1.11.0 to 1.12.0.

---
updated-dependencies:
- dependency-name: androidx.activity:activity-ktx
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/androidx.activity-activity-ktx-1.12.0 branch from ea053b1 to 21674c3 Compare November 25, 2025 14:56
activity-ktx 1.12 has a minSdkVersion of 23:
 - Increase our minSdkVersion from 21 to 23 to fix the build.
 - Remove API level 21/22-specific code.
 - Update the CI api-level matrix.

Having minSdkVersion set to 23 or above also causes AGP to default to
storing native libraries uncompressed and aligned in the apk (so that
they can be loaded directly rather than having to be unpacked to
nativeLibraryDir).  Unfortunately this breaks executing our binaries
(Java can only run binaries that exist as executable files) so set
android.packaging.jniLibs.useLegacyPackaging to true to fix this.
@ribbons ribbons merged commit 11ffef1 into master Nov 25, 2025
6 checks passed
@ribbons ribbons deleted the dependabot/gradle/androidx.activity-activity-ktx-1.12.0 branch November 25, 2025 15:20
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant