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-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Nov 21, 2018
1 parent 126bc5f commit 3c81a2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Material Dialogs

**Looking for the README for versions before 2.0? [Click here](README_OLD.md). Note that pre-2.0
versions will no longer receive support.**

[![Build Status](https://travis-ci.org/afollestad/material-dialogs.svg)](https://travis-ci.org/afollestad/material-dialogs)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0a4acc30a9ce440087f7688735359bb8)](https://www.codacy.com/app/drummeraidan_50/material-dialogs?utm_source=github.com&utm_medium=referral&utm_content=afollestad/material-dialogs&utm_campaign=Badge_Grade)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Expand Down Expand Up @@ -81,7 +78,7 @@ core and normal-use functionality.
```gradle
dependencies {
...
implementation 'com.afollestad.material-dialogs:core:2.0.0-beta6'
implementation 'com.afollestad.material-dialogs:core:2.0.0-rc1'
}
```

Expand Down Expand Up @@ -709,7 +706,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-beta6'
implementation 'com.afollestad.material-dialogs:input:2.0.0-rc1'
}
```

Expand Down Expand Up @@ -860,7 +857,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-beta6'
implementation 'com.afollestad.material-dialogs:files:2.0.0-rc1'
}
```

Expand Down Expand Up @@ -1030,7 +1027,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-beta6'
implementation 'com.afollestad.material-dialogs:color:2.0.0-rc1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext.versions = [
minSdk : 16,
compileSdk : 28,
buildTools : '28.0.3',
publishVersion : '2.0.0-beta6',
publishVersionCode: 217,
publishVersion : '2.0.0-rc1',
publishVersionCode: 218,

gradlePlugin : '3.2.1',
spotlessPlugin : '3.16.0',
Expand Down
Binary file modified sample/sample.apk
Binary file not shown.

0 comments on commit 3c81a2a

Please sign in to comment.