File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ For multiplatform projects specify this single dependency:
4545dependencies {
4646 implementation(" com.mikepenz:multiplatform-markdown-renderer:${version} " )
4747
48- // Offers Material 2 defaults for Material 2 themed apps (com.mikepenz.markdown.m2.Markdown)
48+ // Offers Material 2 defaults for Material 3 themed apps (com.mikepenz.markdown.m2.Markdown)
4949 implementation(" com.mikepenz:multiplatform-markdown-renderer-m2:${version} " )
5050
5151 // Offers Material 3 defaults for Material 3 themed apps (com.mikepenz.markdown.m2.Markdown)
Original file line number Diff line number Diff line change 11# Maven stuff
22GROUP =com.mikepenz
3- VERSION_NAME =0.12.0
4- VERSION_CODE =1200
3+ VERSION_NAME =0.13.0-a01
4+ VERSION_CODE =1300
55
66POM_URL =https://github.com/mikepenz/multiplatform-markdown-renderer
77
You can’t perform that action at this time.
0 commit comments