Skip to content

Commit

Permalink
Merge pull request #645 from mikepenz/fix/639
Browse files Browse the repository at this point in the history
Update README with note on `@aar` for typefaces
  • Loading branch information
mikepenz authored May 30, 2024
2 parents 6c3fdc6 + fb6eeb0 commit 9109ca1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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,
Expand Down

0 comments on commit 9109ca1

Please sign in to comment.