Releases: kdroidFilter/AndroidContextProvider
Releases · kdroidFilter/AndroidContextProvider
v1.0.1
Release v1.0.1 - Android Context Provider
We are excited to announce the release of version 1.0.1 of Android Context Provider! This utility library simplifies accessing the application context from anywhere in your Android application. With this release, you can enjoy an easier and more efficient way to manage context in a static manner.
Highlights of this Release:
- Automatic Initialization: The
ContextProvider
is initialized automatically via aContentProvider
, meaning you don't need to manually configure it in yourApplication
class. - Zero Dependencies: This library has no external dependencies, making it lightweight and simple to integrate.
- Maven Central Availability: Now available on Maven Central for easy integration.
Installation
Add the following dependency to your build.gradle.kts
file:
implementation("io.github.kdroidfilter:androidcontextprovider:1.0.1")
Contributions
We welcome contributions! If you find any issues or have improvements to suggest, please feel free to open an issue or a pull request on GitHub.
Thank you for supporting this project, and we look forward to your feedback!