Skip to content

Commit

Permalink
* [release] v4.0.0-rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed May 19, 2019
1 parent e0795ef commit 20d06dc
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 iconics library (without any widgets)
implementation "com.mikepenz:iconics-core:4.0.0-rc01"
implementation "com.mikepenz:iconics-core:4.0.0-rc02"
implementation "androidx.appcompat:appcompat:$versions.appCompat"
```

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

For the non kotlin variant please use a version smaller than 4.x.y (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
Expand Up @@ -17,7 +17,7 @@
buildscript {
ext {
release = [
versionName: "4.0.0-rc01",
versionName: "4.0.0-rc02",
versionCode: 40000
]

Expand Down

0 comments on commit 20d06dc

Please sign in to comment.