From fb6eeb0066b3d6f520ec3dd6de263ec796382649 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 30 May 2024 11:28:42 +0200 Subject: [PATCH] - add note on `@aar` spec when using version catalog --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e905211..08ce63d5 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,9 @@ implementation "com.mikepenz:iconics-views:${latestAndroidIconicsRelease}" ## 2. Choose your desired fonts -> Note: Fonts ending with `-kotlin` require at least v4.x of Android-Iconics -> Note: v5.1.x or newer requires the latest font versions +> [!NOTE] +> Fonts ending with `-kotlin` require at least v4.x of Android-Iconics +> v5.1.x or newer requires the latest font versions ```gradle implementation 'com.mikepenz:google-material-typeface:4.0.0.3-kotlin@aar' @@ -96,6 +97,11 @@ implementation 'com.mikepenz:phosphor-typeface:1.0.0.1-kotlin@aar' implementation 'com.mikepenz:simple-icons-typeface:17.0.0.3@aar' ``` +> [!NOTE] +> For users of the version catalog, it is not possible to add the type, however you can do so via +> the implementation definition. +> `implementation(libs.material.typeface) { artifact { type = "aar" } }` + > [!WARNING] > The fonts use the `jetpack startup` library to automatically register themselves. > If `jetpack startup` is disabled,