File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 0.8.1-rc - 2022-05-25
4+
5+ - Update compose to 1.2.0-rc03 ([ #156 ] ( https://github.com/vanpra/compose-material-dialogs/issues/156 ) )
6+ - Update kotlin to 1.7.0
7+ - Remove ` material-icons-extended ` dependency ([ #153 ] ( https://github.com/vanpra/compose-material-dialogs/issues/153 ) )
8+ - Add parameter for changing title and message style and color ([ #150 ] ( https://github.com/vanpra/compose-material-dialogs/issues/150 ) )
9+
310### 0.8.0-beta - 2022-05-25
411
512- Update compose to 1.2.0-beta02 ([ #149 ] ( https://github.com/vanpra/compose-material-dialogs/pull/149 ) )
Original file line number Diff line number Diff line change 66
77** Latest Stable Library Version: 0.7.2 (Supports Compose 1.1.1)**
88
9- ** Latest Beta Library Version: 0.8.0-beta (Supports Compose 1.2.0-beta02 )**
9+ ** Latest Beta Library Version: 0.8.1-rc (Supports Compose 1.2.0-rc03 )**
1010
1111### [ See Releases and Changelog] ( https://github.com/vanpra/compose-material-dialogs/blob/main/CHANGELOG.md )
1212
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android.enableJetifier=false
1010kotlin.code.style =official
1111
1212GROUP =io.github.vanpra.compose-material-dialogs
13- VERSION_NAME =0.8.0-beta
13+ VERSION_NAME =0.8.1-rc
1414
1515POM_DESCRIPTION =A Material Dialog Builder for Jetpack Compose
1616POM_INCEPTION_YEAR =2020
You can’t perform that action at this time.
0 commit comments