From abd53695f2fa9a5cb11811d89123ccaa9f79c4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kwieci=C5=84ski?= <36954793+mateuszkwiecinski@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:00:11 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 100190b..6771a31 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Turn raw [cashapp/licensee](https://github.com/cashapp/licensee) report into assets/Kotlin code that can be easily consumed from an Android app ### Features -- Access licenses report directly by a generated Kotlin code (accessible via static `io.github.usefulness.licensee.Licensee` object) +- Access licenses report directly by a generated Kotlin code (accessible via static `io.github.usefulness.licensee.LicenseeForAndroid` object) - Read _licensee_ report copied to projects assets directory in runtime (via `assetManager.open("licensee_artifacts.json")`) ![example](images/generated_code_dark.png#gh-dark-mode-only) @@ -119,7 +119,7 @@ licenseeForAndroid { enableKotlinCodeGeneration = true } ``` -\+ provide `LicenseeForAndroid` object as `Licensee` interface +\+ provide `LicenseeForAndroid` object as `Licensee` interface using your DI framework `consumer/build.gradle`: ```groovy