From a2e5bd842c1e1a9722beaf595ebe0714125b1e6d Mon Sep 17 00:00:00 2001 From: "Jo G." <1451036+jo-elimu@users.noreply.github.com> Date: Tue, 25 Feb 2025 16:13:27 +0700 Subject: [PATCH] docs: add link to apps using the library --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 915c6792..845ecf0c 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ The Content Provider comes with a [`utils`](utils) library (`.aar`) which makes See https://jitpack.io/#elimu-ai/content-provider/ for the latest version available. +> [!TIP] +> To find all Android app repos that depend on this library, go to https://github.com/search?q=org%3Aelimu-ai+com.github.elimu-ai%3Acontent-provider%3A&type=code + ### Usage Example For an example of another Android app using the `utils` library, see the Vitabu app's Gradle configuration: