Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 532 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 532 Bytes

Android Utilities Library

An Android Utilities Library for Developing Application (Jetpack Compose components/utils, Cryptography and more).

Add to your project

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.