Skip to content

Releases: mikepenz/AboutLibraries

12.0.0-a04

19 Feb 17:05
9a171b7
Compare
Choose a tag to compare
12.0.0-a04 Pre-release
Pre-release

🐛 Fixes

  • Fix exportLibraryDefinitions with exportVariant defined

11.6.3

19 Feb 16:33
f3c34d0
Compare
Choose a tag to compare

🐛 Fixes

  • Fix exportLibraryDefinitions with exportVariant defined

12.0.0-a03

16 Feb 11:11
e438c61
Compare
Choose a tag to compare
12.0.0-a03 Pre-release
Pre-release

🐛 Fixes

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

11.6.2

16 Feb 11:27
1199c88
Compare
Choose a tag to compare

🐛 Fixes

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

11.6.1

16 Feb 10:46
dee415c
Compare
Choose a tag to compare

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

11.6.0

14 Feb 11:59
eec972f
Compare
Choose a tag to compare

🚀 Features

  • Deprecate View Based UI
  • Add ability to show description in compose UI
  • Add flag to skip spdx license name/url/content mapping

🐛 Fixes

  • Include variant as task inputs
  • Fix sample app

💬 Other

  • Use fromHtml via AnnotatedString on Android
  • Binary Compatibility Validation
  • Snapshot tests
  • Update dependencies | Compose 1.7.8

11.6.0-rc01

09 Feb 14:54
75ff74c
Compare
Choose a tag to compare
11.6.0-rc01 Pre-release
Pre-release

🚀 Features

  • Deprecate View Based UI
  • Add ability to show description in compose UI

🐛 Fixes

  • Include variant as task inputs
  • Fix sample app

💬 Other

  • Use fromHtml via AnnotatedString on Android
  • Binary Compatibility Validation
  • Snapshot tests

11.5.0

10 Feb 09:32
2866336
Compare
Choose a tag to compare

🚀 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

11.4.0

04 Jan 12:38
e1b2eae
Compare
Choose a tag to compare

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

11.4.0-b01

03 Jan 17:26
b6c5436
Compare
Choose a tag to compare
11.4.0-b01 Pre-release
Pre-release

💬 Other

  • Migrate project to use a shared convention plugin
  • Bump gradle/actions from 3 to 4
  • Update sample to use m3
  • Update convention plugin