Releases: evowizz/common
Releases · evowizz/common
Version 2.2.0
New features:
The AndroidVersion
class gets a new function getVersionDisplay
which returns a String representing the current Android Version. (Android 11+ only)
Full Changelog: 2.1.0...2.2.0
Version 2.1.0
In core
:
- Add
SystemProperties
tool - Add
ApplicationContext.get()
function which is initialized using the AndroidX App Startup library
Full Changelog: 2.0.0...2.1.0
Version 2.0.0
The whole library has been reworked.
The library is now hosted over Maven Central. There are 3 main components
Core: This is mainly what used to be the "common" artifact.
Hashing: This used to be part of the "common" artifact
Mosaic: New library used to easily parse some text in a Markdown-similar style
To add these libraries:
// Replace _ with the current version
implementation("dev.evowizz.common:core:_")
implementation("dev.evowizz.common:hashing:_")
implementation("dev.evowizz.common:mosaic:_")
Full Changelog: 1.5.1...2.0.0