From f73711a67f8643f1f41648b1e5e859cbd44674d6 Mon Sep 17 00:00:00 2001 From: Jiwon116 <63892688+Jiwon116@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:33:50 +0900 Subject: [PATCH 1/6] Update BOTTOMSHEETS.md --- documentation/BOTTOMSHEETS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/BOTTOMSHEETS.md b/documentation/BOTTOMSHEETS.md index 42a5b3d83..e0b34fa18 100644 --- a/documentation/BOTTOMSHEETS.md +++ b/documentation/BOTTOMSHEETS.md @@ -21,7 +21,7 @@ other functionality like showing a grid of items. ```gradle dependencies { ... - implementation 'com.afollestad.material-dialogs:bottomsheets:3.2.1' + implementation 'com.afollestad.material-dialogs:bottomsheets:3.3.0' } ``` From 017f537101be48cbe5975f2ebc0312919208f99f Mon Sep 17 00:00:00 2001 From: Jiwon116 <63892688+Jiwon116@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:34:04 +0900 Subject: [PATCH 2/6] Update COLOR.md --- documentation/COLOR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/COLOR.md b/documentation/COLOR.md index 0a9bbb43c..060fb94aa 100644 --- a/documentation/COLOR.md +++ b/documentation/COLOR.md @@ -16,7 +16,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' } ``` From 9575d06727e92dc2b28fd93101f58463276548c1 Mon Sep 17 00:00:00 2001 From: Jiwon116 <63892688+Jiwon116@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:34:19 +0900 Subject: [PATCH 3/6] Update CORE.md --- documentation/CORE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/CORE.md b/documentation/CORE.md index 66ca2e234..f64450f0e 100644 --- a/documentation/CORE.md +++ b/documentation/CORE.md @@ -36,7 +36,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' } ``` From 2a7c5270ac9db8d336260c14d92db3492b33186d Mon Sep 17 00:00:00 2001 From: Jiwon116 <63892688+Jiwon116@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:34:36 +0900 Subject: [PATCH 4/6] Update DATETIME.md --- documentation/DATETIME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/DATETIME.md b/documentation/DATETIME.md index 0dccce78a..2fd88af8f 100644 --- a/documentation/DATETIME.md +++ b/documentation/DATETIME.md @@ -16,7 +16,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' } ``` From 7d3bfaaa8a09701e8fb84b211c9947350f235243 Mon Sep 17 00:00:00 2001 From: Jiwon116 <63892688+Jiwon116@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:34:51 +0900 Subject: [PATCH 5/6] Update FILES.md --- documentation/FILES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/FILES.md b/documentation/FILES.md index 2a6f4cb5c..8062f18e5 100644 --- a/documentation/FILES.md +++ b/documentation/FILES.md @@ -23,7 +23,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' } ``` From b2a5a41c92c9e6bb7c6b1efbbb961c9d137be913 Mon Sep 17 00:00:00 2001 From: Jiwon116 <63892688+Jiwon116@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:35:03 +0900 Subject: [PATCH 6/6] Update LIFECYCLE.md --- documentation/LIFECYCLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/LIFECYCLE.md b/documentation/LIFECYCLE.md index e900bf260..d6e2d95d3 100644 --- a/documentation/LIFECYCLE.md +++ b/documentation/LIFECYCLE.md @@ -15,7 +15,7 @@ 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' } ```