Skip to content

Commit

Permalink
* [release] v4.0.1-b01
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Jul 6, 2019
1 parent 5fc9cee commit 27ee0c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -64,14 +64,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"
implementation "androidx.appcompat:appcompat:$versions.appCompat"
implementation "com.mikepenz:iconics-core:4.0.1-b01"
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"
implementation "com.mikepenz:iconics-views:4.0.1-b01"
```

For the non kotlin variant please use a version smaller than 4.x.y (See the releases on GitHub)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -17,8 +17,8 @@
buildscript {
ext {
release = [
versionName: "4.0.0",
versionCode: 40000
versionName: "4.0.1-b01",
versionCode: 40010
]

setup = [
Expand Down

0 comments on commit 27ee0c3

Please sign in to comment.