未验证 提交 5cc7db02 编写于 作者: A Aidan Follestad 提交者: GitHub

Update image URLs for main branch change in README

上级 82298ceb
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
--- ---
![Showcase](https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/showcase4.png) ![Showcase](https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/showcase4.png)
# Modules # Modules
...@@ -26,7 +26,7 @@ Please note that since Material Dialogs 2.x.x, this library only supports Kotlin ...@@ -26,7 +26,7 @@ Please note that since Material Dialogs 2.x.x, this library only supports Kotlin
The `core` module contains everything you need to get started with the library. It contains all The `core` module contains everything you need to get started with the library. It contains all
core and normal-use functionality. core and normal-use functionality.
<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/basic_with_buttons.png" width="250px" /> <img src="https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/basic_with_buttons.png" width="250px" />
```gradle ```gradle
dependencies { dependencies {
...@@ -43,7 +43,7 @@ dependencies { ...@@ -43,7 +43,7 @@ dependencies {
The `input` module contains extensions to the core module, such as a text input dialog. The `input` module contains extensions to the core module, such as a text input dialog.
<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/input.png" width="250px" /> <img src="https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/input.png" width="250px" />
```gradle ```gradle
dependencies { dependencies {
...@@ -60,7 +60,7 @@ dependencies { ...@@ -60,7 +60,7 @@ dependencies {
The `files` module contains extensions to the core module, such as a file and folder chooser. The `files` module contains extensions to the core module, such as a file and folder chooser.
<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/file_chooser.png" width="250px" /> <img src="https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/file_chooser.png" width="250px" />
```gradle ```gradle
dependencies { dependencies {
...@@ -77,7 +77,7 @@ dependencies { ...@@ -77,7 +77,7 @@ dependencies {
The `color` module contains extensions to the core module, such as a color chooser. The `color` module contains extensions to the core module, such as a color chooser.
<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/color_chooser.png" width="250px" /> <img src="https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/color_chooser.png" width="250px" />
```gradle ```gradle
dependencies { dependencies {
...@@ -94,7 +94,7 @@ dependencies { ...@@ -94,7 +94,7 @@ dependencies {
The `datetime` module contains extensions to make date, time, and date-time picker dialogs. The `datetime` module contains extensions to make date, time, and date-time picker dialogs.
<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/datetimepicker.png" width="500px" /> <img src="https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/datetimepicker.png" width="500px" />
```gradle ```gradle
dependencies { dependencies {
...@@ -113,7 +113,7 @@ The `bottomsheets` module contains extensions to turn modal dialogs into bottom ...@@ -113,7 +113,7 @@ The `bottomsheets` module contains extensions to turn modal dialogs into bottom
other functionality like showing a grid of items. Be sure to checkout the sample project for this, other functionality like showing a grid of items. Be sure to checkout the sample project for this,
too! too!
<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/bottomsheet_customview.png" width="250px" /> <img src="https://raw.githubusercontent.com/afollestad/material-dialogs/main/art/bottomsheet_customview.png" width="250px" />
```gradle ```gradle
dependencies { dependencies {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册