Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Version 2.0.0-alpha11
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Sep 17, 2018
1 parent 93d4ac2 commit 4d906c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ core and normal-use functionality.
```gradle
dependencies {
implementation 'com.afollestad.material-dialogs:core:2.0.0-alpha09'
implementation 'com.afollestad.material-dialogs:core:2.0.0-alpha11'
}
```

Expand Down Expand Up @@ -715,7 +715,7 @@ The `input` module contains extensions to the core module, such as a text input
```gradle
dependencies {
implementation 'com.afollestad.material-dialogs:input:2.0.0-alpha09'
implementation 'com.afollestad.material-dialogs:input:2.0.0-alpha11'
}
```

Expand Down Expand Up @@ -872,7 +872,7 @@ The `files` module contains extensions to the core module, such as a file and fo
```gradle
dependencies {
implementation 'com.afollestad.material-dialogs:files:2.0.0-alpha09'
implementation 'com.afollestad.material-dialogs:files:2.0.0-alpha11'
}
```

Expand Down Expand Up @@ -1048,7 +1048,7 @@ The `color` module contains extensions to the core module, such as a color choos
```gradle
dependencies {
implementation 'com.afollestad.material-dialogs:color:2.0.0-alpha09'
implementation 'com.afollestad.material-dialogs:color:2.0.0-alpha11'
}
```

Expand Down

0 comments on commit 4d906c0

Please sign in to comment.