Skip to content

AppToolkit is a versatile Android library designed to streamline development by providing pre-built components and utilities that adhere to modern design principles.

License

Notifications You must be signed in to change notification settings

D4rK7355608/AppToolkit

Repository files navigation

AppToolkit

AppToolkit is a versatile Android library designed to streamline development by providing pre-built components and utilities that adhere to modern design principles.

Installation

To integrate AppToolkit into your project, add the following dependency to your build.gradle file:

Kotlin DSL:

dependencies {
    api("com.github.D4rK7355608:AppToolkit:+") {
        isTransitive = true
    }
}

Groovy DSL:

dependencies {
    api('com.github.D4rK7355608:AppToolkit:+') {
        transitive = true
    }
}

Note: Enabling transitive dependencies ensures that all necessary dependencies included in AppToolkit are available in your project, simplifying setup and reducing potential conflicts.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request. For major changes, open an issue first to discuss your ideas.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

Contact

For any questions or suggestions, feel free to reach out to me at [email protected].

Sponsor this project

Languages