Skip to content

Common Enums 0.0.2

Compare
Choose a tag to compare
@EdricChan03 EdricChan03 released this 17 Jul 16:10
5b4fb54

This release does not contain any new features, and should be backwards-compatible with 0.0.1.

Dependency updates

Artifact Old version New version
Kotlin 1.8.21 1.8.22

Relocation notice

The artifact is now published under the io.github.edricchan03.androidx.common:common-enums artifact:

Old artifact coordinates New artifact coordinates
io.github.edricchan03.androidx.common.enums:common-enums io.github.edricchan03.androidx.common:common-enums

Your build scripts must be updated to the following:

Kotlin/Groovy

-implementation("io.github.edricchan03.androidx.common.enums:common-enums:<version>")
+implementation("io.github.edricchan03.androidx.common:common-enums:<version>")

Version Catalogs (TOML)

[libraries]
-androidxtra-common-enums = "io.github.edricchan03.androidx.common.enums:common-enums:<version>
+androidxtra-common-enums = "io.github.edricchan03.androidx.common:common-enums:<version>

New versions of the common-enums artifact will still be published to the old artifact (io.github.edricchan.androidx.common.enums:common-enums) until the next minor SemVer release, 0.1.0.


See the CHANGELOG.md file for more information.

Full Changelog: https://github.com/EdricChan03/androidx-ktx-extras/compare/[email protected]@0.0.2