Skip to content

Update aboutlibrariesCore (major)#208

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-aboutlibrariescore
Open

Update aboutlibrariesCore (major)#208
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-aboutlibrariescore

Conversation

@renovate

@renovate renovate Bot commented Oct 31, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.mikepenz:aboutlibraries-core 11.3.0-rc0215.0.3 age confidence
com.mikepenz:aboutlibraries 11.3.0-rc0214.2.1 age confidence

Release Notes

mikepenz/AboutLibraries (com.mikepenz:aboutlibraries-core)

v15.0.3

Compare Source

🚀 Features
  • fix(compose-m3): fix spurious horizontal padding in license bottom sheet
💬 Other
  • chore(deps): update github actions updates
  • chore(deps): update actions/checkout action to v7
  • chore(deps): update gradle to v9.6.0
  • fix(deps): update lifecycle to v2.11.0
Contributors:

v15.0.2

Compare Source

🚀 Features
  • Expose bottom sheet state from the LibrariesContainer
💬 Other
  • Add missing foojay resolver for the convention plugin
Contributors:

v15.0.1

Compare Source

🚀 Features
  • feat(compose): edge-to-edge detail sheet with expansion-driven corners
  • feat(compose): add Dialog library detail mode + sample improvements
  • feat(compose): configurable license dialog width; align M2 with M3
🐛 Fixes
  • fix(plugin): configure outputFile for android exportLibraryDefinitions task
  • feat(compose): expose variantTextStyles on LibrariesContainer
💬 Other
  • chore(deps): update github actions updates
  • fix(deps): update dependency com.squareup.okhttp3:okhttp to v5.4.0
Contributors:

v15.0.0

Compare Source

🚀 Features
  • feat: remove legacy View-based UI module (aboutlibraries)
  • feat(ui): nextgen UI — variant system, accent theming, search, and sample app redesign
  • feat(test): integrate DejaVu for Compose recomposition stability tests
  • feat(sample): add header position setting (fixed, in-list, sticky)
  • feat(sample): animate accent color transitions
  • feat(style): add m3LibrariesStyle / m2LibrariesStyle convenience factories
  • feat(icons): replace Canvas-drawn glyphs with Material Symbols ImageVectors; make icons configurable
  • feat: v15 — variant system, action interceptor, nextgen UI, M2 dark theme fix
  • feat(compose): LibraryBadges/LibraryActionBadges config API + curated LicensePalette fallback
  • perf(compose): Compose API improvements — performance, design, and token consistency
  • fix(plugin): register android tasks for com.android.kotlin.multiplatform.library
  • feat!: upgrade to Compose 1.11.0-rc01, drop x64 iOS/macOS targets
  • Add overscroll effect parameter
  • feat(compose): expose libraryRow slot for custom item rendering
  • Update Compose 1.11.x, Kotlin 2.4, Compile/Target 37
  • chore(deps): update version-catalog to 0.17.3
🐛 Fixes
  • fix(sample): M2/M3 switcher, variant colors, and header fixes
  • fix(sample): replace remember-based requestFocus with LaunchedEffect
  • fix(plugin): defer dependency resolution to prevent IllegalMutationException under configure-on-demand
💬 Other
  • feat(compose): replace HSV hash fallback with curated LicensePalette cycling
  • fix(sample): introduce fakeLibraries for JVM-compatible compose-buddy previews
  • chore(deps): update mikepenz/action-gh-release action to v3
  • Update to Compose 1.11.0
  • chore(deps): update github actions updates
  • chore(deps): update gradle to v9.5.0
  • fix(deps): update navigation to v2.9.8
  • fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.14.4
  • fix(deps): update dependency com.mikepenz:version-catalog to v0.15.1
  • Make AGP 8.13 the minimum required version for v15 of the aboutlibraries plugin
  • chore(deps): update github/codeql-action digest to 7211b7c
  • fix(deps): update dependency com.mikepenz:version-catalog to v0.16.0
  • fix(deps): update dependency com.google.android.material:material to v1.14.0
  • fix(deps): update dependency org.apache.maven:maven-model-builder to v3.9.16
  • chore(deps): update gradle to v9.5.1
  • chore(deps): update github actions updates
  • chore(deps): update gradle/actions digest to 3f131e8
  • fix(deps): update dependency com.mikepenz:version-catalog to v0.17.1
  • fix(deps): update dependency androidx.core:core-ktx to v1.19.0
Contributors:

v14.2.1

Compare Source

🐛 Fixes
  • fix(plugin): defer dependency resolution to prevent IllegalMutationException under configure-on-demand (14.x.y)
Contributors:

v14.2.0

Compare Source

🚀 Features
  • fix(plugin): register android tasks for com.android.kotlin.multiplatform.library
Contributors:

v14.1.0

Compare Source

🚀 Features
  • feat(plugin): add includeLicenses build-time filter
🧪 Tests
  • test(plugin): add Groovy DSL functional tests for collect shadowing
💬 Other
  • chore(deps): update plugin com.gradle.plugin-publish to v2
  • chore(renovate): extend shared convention preset
  • chore(deps): update github actions updates
  • chore(deps): update gradle to v9.4.1
  • fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.14.3
  • fix(deps): update dependency com.mikepenz:version-catalog to v0.14.1
  • fix(plugin): restore SetProperty DSL, map to string input for CC
  • chore(deps): update github actions updates
  • chore(deps): update actions/upload-pages-artifact action to v5
  • chore(deps): update actions/github-script action to v9
  • fix(deps): update dependency org.apache.maven:maven-model-builder to v3.9.15
  • fix(build): remove os.arch=x86_64 workaround breaking Kotlin Native on arm64
Contributors:

v14.0.1

Compare Source

🐛 Fixes
  • Restore empty color-v21 divider resources
💬 Other
  • chore: Configure Renovate
  • fix(deps): update dependency com.mikepenz:material-design-iconic-typeface to v2.2.0.10-kotlin
  • chore(ci): enable automerge for gradle/maven patch and minor updates
  • chore(deps): pin dependencies
  • chore(deps): update actions/download-artifact action to v8
Contributors:

v14.0.0

Compare Source

🚀 Features
  • Migrate back to normal collections and mark them stable
  • Mark more classes stable
  • Migrate to new AGP Plugin | Add support for new AGP Plugin
  • Introduce new wear material 3 compose module
  • Remove legacy Android task support in Gradle Plugin, improve support for new variant API
  • Migrate to ArtifactView API
🧪 Tests
  • Add Paparazzi preview tests and update dependencies
💬 Other
  • Move to new KMP Android Library plugin for KMP library modules
  • Add Compost Stability Plugin
  • Prepare for paparazzi screenshot tests
  • Improve Android KMP Gradle Plugin via Convention plugin
  • Correct formatting of kotlinx.immutable in MIGRATION.md
  • Update .gitignore to include .kotlin directory
  • Update to compose multiplatform 1.10.0
  • docs: add section about AGP 9.0 to README
  • Bump actions/upload-artifact from 6 to 7
  • docs: add description resource strings to keep file guidance
  • Bump mikepenz/action-gh-release from 1 to 2
  • Bump gradle/actions from 5 to 6
  • Bump actions/configure-pages from 5 to 6
  • Bump actions/deploy-pages from 4 to 5
  • chore(deps): update dependencies | Kotlin 2.3.20 | Compose 1.10.3
  • chore(ci): replace Danger with GitHub Actions native PR checks and SARIF
Contributors:

v13.2.1

Compare Source

[!NOTE]
Re-publish of 13.2.0 due to a sonatype central API issue

> Failed to check deployment status for f4a5b999-79b5-4bdf-83a8-e758ed898a66 code: 502 msg: <html>
For more on this, please refer to https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
  <head><title>502 Bad Gateway</title></head>
  <body>
  <center><h1>502 Bad Gateway</h1></center>
  </body>
  </html>

v13.2.0

Compare Source

🚀 Features

  • Compose 1.10.0 | Kotlin 2.3.0

🐛 Fixes

  • Update forced offline mode in AboutLibrariesIdTask

💬 Other

  • Bump actions/upload-artifact from 4 to 5
  • Bump mikepenz/release-changelog-builder-action from 5 to 6
  • Bump actions/checkout from 5 to 6
  • Bump actions/upload-artifact from 5 to 6
  • Bump actions/cache from 4 to 5

Contributors:

v13.1.0

Compare Source

[!IMPORTANT]
v13.1.0 introduces a slight behavior change of the plugin, enabling merging of duplicated libraries with an exact match.
Please refer to the MIGRATION GUIDE for more information on how to migrate from a previous version.

🚀 Features

  • Offer configuration to include test variants in generated metadata
  • Adjust default duplication merge behavior

Contributors:

v13.0.0

Compare Source

[!IMPORTANT]
Please refer to the MIGRATION GUIDE for more information on how to migrate from a previous version.

🚀 Features
  • Split Android task registration into individual plugin
  • Add feature to enforce license availability for libraries
  • Fail if no allowed licenses are specified with StrictMode.FAIL
  • Refactor color definitions
  • Upgrade to Kotlin 2.2 | Compose 1.8.3 / 1.8.2 | Serialization 1.9.0
  • Fix Gradle 9 compatiblity
  • Upgrade to Compose 1.9.0 | Multiplatform 1.9.0-beta03 | Compile&Target 36
  • Compose 1.9.1 | Compose Multiplatform 1.9.0-rc02 | Kotlin 2.2.20
  • Update Compose Multiplatform to 1.9.0 | Compose 1.9.3 | Set Kotlin 1.8 for Gradle Plugin
🐛 Fixes
  • Fix logging for Libraries that use non permitted licenses
💬 Other
  • Sample dependency updates
  • Bump actions/checkout from 4 to 5
  • Move to ComposeViewport
  • Bump actions/upload-pages-artifact from 3 to 4
  • Bump actions/setup-java from 4 to 5
  • Compose 1.9.1 | Compose Multiplatform 1.9.0-rc02 | Kotlin 2.2.20
  • Rename rememberLibraries to produceLibraries
  • Update sample to use merge strategy
  • Bump gradle/actions from 4 to 5
  • Document note re resource shrinking for withContext() API
Contributors:

v12.2.4

Compare Source

🐛 Fixes
  • Add the name nullability to organization. The name is absent in some …
Contributors:

v12.2.3

Compare Source

🐛 Fixes
Contributors:

v12.2.2

Compare Source

🐛 Fixes
  • Revert changes causing issues with Android builds
Contributors:

v12.2.1

Compare Source

🐛 Fixes
  • Fix android task configuration
💬 Other
  • Refactor plugin to optimize configuration cache
Contributors:

v12.2.0

Compare Source

🚀 Features
  • Make compose ui modules more flexible | Refine visualization | Compose update
  • Provide new API to load Libs on Android
  • Add new task to export funding information
🐛 Fixes
  • Fix configuration for text styles for material3 library
  • Update Secret spec for CI Plugin Publish step
  • Fix conflicting overloads
💬 Other
  • Enable Compose Hot Reload for Desktop sample
  • Simplify wasm demo
  • Restructure Sample app
  • Adjust README for ios sample
Contributors:

v12.1.2

Compare Source

🚀 Features
  • Update to Compose Multiplatform 1.8.0
💬 Other
  • Move Android Task registration to different class
Contributors:

v12.1.1

Compare Source

[!NOTE]
This release uses inheritance instead of merging licenses from parent pom's.

🐛 Fixes
  • Handle empty name of license
  • Inheritance for licenses instead of merging
💬 Other
  • Improve SPDX mapping for 2 licenses
Contributors:

v12.1.0

Compare Source

🚀 Features
  • Compose 1.8.0 / Compose Multiplatform 1.8.0-rc01
  • Refactor plugin to support org.gradle.configureondemand=true
  • Provide variant based tasks for KMP
  • Per variant export configuration
🐛 Fixes
  • Fix exclude fields not set fully
💬 Other
  • Set the exportVariant for the sample project
  • Fix documentation for outputPath
  • Improve README
Contributors:

v12.0.1

Compare Source

🚀 Features
  • Introduce Gradle Property to pass outputPath via CLI
🐛 Fixes
  • Fix error message on missing library data
  • Ensure Android plugin can be applied after AboutLibraries plugin
  • Fix library padding not passed to scaffold
💬 Other
  • Fix version catalog sample in README
  • Change gradleApi of plugin to compileOnly

v12.0.0

Compare Source

[!IMPORTANT]
This is a major release with a significant number of behavior and API changes. Please see the migration guide for more information.
https://github.com/mikepenz/AboutLibraries/blob/develop/MIGRATION.md#v1200

[!NOTe]
Please apply the AboutLibraries plugin after the Android plugin for the automatic task registration to work. This will be improved in 12.0.1

🚀 Features
  • Introduce new LibraryTextStyles to modify library item UI more
  • Library scaffold
  • Restructure common compose logic
  • Add API to provide Divider for compose based UI
  • Add API to provide custom footer
  • Enhance divider behavior
  • Dependency Updates | Kotlin 2.1.20 | Compose 1.7.8/ Multiplatform 1.7.3
  • Provide configuration option for outputPath
  • Make dialog license text focusable
  • Refactor Gradle Plugin | Use Properties for configuration
  • Add improved default license dialog
🐛 Fixes
  • Fix conflicting module namespace
  • Fix build cache in combination with Android product flavors causes issues
  • Fix license caching not properly checking fallback license url
  • Fix exportLibraryDefinitions with exportVariant defined
  • Filter out project modules
💬 Other
  • Screenshot tests for RTL direction
  • Improve README
  • Dependency update plugin in convention plugin
  • Update to 1.8.1 of KotlinX serialization
  • Simplify license dialog composable
  • Disable config cache in CI for publishing
  • Publish using cross compilation
  • CI cleanup
  • Improve log in case of wrong exportVariant being used

v11.6.3

Compare Source

🐛 Fixes
  • Fix exportLibraryDefinitions with exportVariant defined

v11.6.2

Compare Source

🐛 Fixes
  • Fix build cache in combination with Android product flavors causes issues
  • Fix license caching not properly checking fallback license url

v11.6.1

Compare Source

[!IMPORTANT]
Please use 11.6.2 instead, 11.6.1 failed to properly release and has some missing artifacts.

🐛 Fixes
  • Fix build cache in combination with Android product flavors causes issues
  • Fix license caching not properly checking fallback license url

v11.6.0

Compare Source

🚀 Features
  • Deprecate View Based UI
  • Add ability to show description in compose UI
  • Add flag to skip spdx license name/url/content mapping
🐛 Fixes
💬 Other
  • Use fromHtml via AnnotatedString on Android
  • Binary Compatibility Validation
  • Snapshot tests
  • Update dependencies | Compose 1.7.8

v11.5.0

Compare Source

🚀 Features
  • Disable generated metaData (generated date)
  • Update dependencies
🐛 Fixes
  • Attempt to fix Kotlin 2.x incompatiblity
  • Include variant as task inputs
💬 Other
  • Re-link mpMain to commonMain
  • Improve release signing logic
  • Refine sample app build

v11.4.0

Compare Source

[!IMPORTANT]
This version drops support for any version of Gradle below 7.x.
The Android library now requires compileSdk=35
This version also requires the host app to use Kotlin 2.x or higher

[!IMPORTANT]
When using the plugin in a convention plugin. Ensure to use Grade 8.12.x or newer
https://docs.gradle.org/8.12/userguide/compatibility.html#kotlin

🐛 Fixes
  • Improve config cache support
💬 Other
  • Migrate project to use a shared convention plugin
  • Bump gradle/actions from 3 to 4
  • Update sample to use m3
  • Update convention plugin
  • Cleanup build and dependencies more

v11.3.0

[!IMPORTANT]
This version drops support for any version of Gradle below 7.x.
The Android library now requires compileSdk=35
This version also requires the host app to use Kotlin 2.x or higher

[!IMPORTANT]
When using the plugin in a convention plugin. Ensure to use Grade 8.12.x or newer
https://docs.gradle.org/8.12/userguide/compatibility.html#kotlin

🚀 Features
  • Refactor gradle property retrieval with lazy APIs | Upgrade Gradle to 8.11 | Increase gradle min requirement to 7.x
  • Introduce fallback mirror for license content loading
  • Kotlin 2.x | Compose Compiler Update | Dependency upgrades
  • Upgrade to Kotiln 2.0.0 | Upgrade to Compose Multiplatform 1.6.10
  • Fix Library badge cutoff
  • Introduce new rememberLibraries API
  • Update to the latest stable dependency versions | Kotlin 2.0.20
  • Major dependency upgrades | Compose-jb 1.7.0 / Compose 1.7.0 | Kotlin 2.0.21
🐛 Fixes
💬 Other
  • Upgrade to Kotlin 2.1 | Gradle 8.11.1
  • Update CI to run Lint on Gradle Plugin
  • Enhanced wasm sample app | CI to publish to GitHub pages
  • Upgrade to Kotiln 2.0.0 | Upgrade to Compose Multiplatform 1.6.10
  • Reduce noise of AmbiguousArtifactVariantsException logs even more
  • Enhance README for exportVariant API
  • Dependency Upgrades | Compose 1.6.11
  • Introduce test module with limited dependencies
  • Update README links
  • Bump rexml from 3.2.5 to 3.3.9

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-aboutlibrariescore branch from 4acc643 to 083d021 Compare November 1, 2025 10:30
@renovate renovate Bot force-pushed the renovate/major-aboutlibrariescore branch from 083d021 to a82b0aa Compare December 20, 2025 11:49
@renovate renovate Bot force-pushed the renovate/major-aboutlibrariescore branch from a82b0aa to 27b3c25 Compare April 15, 2026 12:44
@renovate renovate Bot changed the title fix(deps): update aboutlibrariescore to v13 (major) Update aboutlibrariesCore to v14 (major) Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/major-aboutlibrariescore branch 2 times, most recently from 3c23dce to 2359a37 Compare May 7, 2026 16:54
@renovate renovate Bot changed the title Update aboutlibrariesCore to v14 (major) Update aboutlibrariesCore to v14 May 13, 2026
@renovate renovate Bot force-pushed the renovate/major-aboutlibrariescore branch from 2359a37 to ffa8b8f Compare May 25, 2026 23:37
@renovate renovate Bot changed the title Update aboutlibrariesCore to v14 Update aboutlibrariesCore (major) Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants