AppToolkit is a versatile Android library designed to streamline development by providing pre-built components and utilities that adhere to modern design principles.
To integrate AppToolkit into your project, add the following dependency to your build.gradle
file:
dependencies {
api("com.github.D4rK7355608:AppToolkit:+") {
isTransitive = true
}
}
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.
Contributions are welcome! Please fork the repository and submit a pull request. For major changes, open an issue first to discuss your ideas.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
For any questions or suggestions, feel free to reach out to me at [email protected].