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

Fix dialogWrapContent for customView #1853 #2040

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Readme: update dependencies declarations to 3.3.0 (#1951)
enricocid authored Feb 18, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c10f3e23cfa4cf5a73a8c893d2e085c4a292cecb
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ core and normal-use functionality.
```gradle
dependencies {
...
implementation 'com.afollestad.material-dialogs:core:3.2.1'
implementation 'com.afollestad.material-dialogs:core:3.3.0'
}
```

@@ -46,7 +46,7 @@ The `input` module contains extensions to the core module, such as a text input
```gradle
dependencies {
...
implementation 'com.afollestad.material-dialogs:input:3.2.1'
implementation 'com.afollestad.material-dialogs:input:3.3.0'
}
```

@@ -63,7 +63,7 @@ The `files` module contains extensions to the core module, such as a file and fo
```gradle
dependencies {
...
implementation 'com.afollestad.material-dialogs:files:3.2.1'
implementation 'com.afollestad.material-dialogs:files:3.3.0'
}
```

@@ -80,7 +80,7 @@ The `color` module contains extensions to the core module, such as a color choos
```gradle
dependencies {
...
implementation 'com.afollestad.material-dialogs:color:3.2.1'
implementation 'com.afollestad.material-dialogs:color:3.3.0'
}
```

@@ -97,7 +97,7 @@ The `datetime` module contains extensions to make date, time, and date-time pick
```gradle
dependencies {
...
implementation 'com.afollestad.material-dialogs:datetime:3.2.1'
implementation 'com.afollestad.material-dialogs:datetime:3.3.0'
}
```

@@ -116,7 +116,7 @@ too!
```gradle
dependencies {
...
implementation 'com.afollestad.material-dialogs:bottomsheets:3.2.1'
implementation 'com.afollestad.material-dialogs:bottomsheets:3.3.0'
}
```

@@ -131,6 +131,6 @@ The `lifecycle` module contains extensions to make dialogs work with AndroidX li
```gradle
dependencies {
...
implementation 'com.afollestad.material-dialogs:lifecycle:3.2.1'
implementation 'com.afollestad.material-dialogs:lifecycle:3.3.0'
}
```