An Android Utilities Library for Developing Application (Jetpack Compose components/utils, Cryptography and more).
Add the library as a dependency to your android project.
dependencies {
// Compose
implementation("dev.medzik.android:compose:1.7.1")
// Crypto
implementation("dev.medzik.android:crypto:1.7.1")
// Utils
implementation("dev.medzik.android:utils:1.7.1")
}
Full documentation are available here.