Skip to content

Releases: kdroidFilter/AndroidContextProvider

v1.0.1

06 Nov 05:45
1e6d2cb
Compare
Choose a tag to compare

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 a ContentProvider, meaning you don't need to manually configure it in your Application 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!

View Documentation