Skip to content

Commit

Permalink
* [release] v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Mar 31, 2019
1 parent 8d9e604 commit 0b237c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ A awesome gradle plugin which can automatically fetch a font from Fontastic, and
## 1. Provide the gradle dependency
```gradle
//the core iconcis library (without any widgets)
implementation "com.mikepenz:iconics-core:3.2.2"
implementation "com.mikepenz:iconics-core:3.2.3"
implementation "androidx.appcompat:appcompat:${androidXVersion}"
```

## 1b. (optional) Add the view's dependency
```gradle
//this adds all ui view widgets (IconicsButton, IconicsImageView, ...)
implementation "com.mikepenz:iconics-views:3.2.2"
implementation "com.mikepenz:iconics-views:3.2.3"
```

To use appcompat please use a version smaller than 3.1.0. (See the releases on GitHub)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
release = [
versionName: "3.2.2",
versionName: "3.2.3",
versionCode: 32020
]

Expand Down

0 comments on commit 0b237c3

Please sign in to comment.