File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Thank you for using our library. We look forward to receiving your feedback and
2323### Add Dependency
2424
2525``` kts
26- implementation(" com.konyaco:fluent:0.0.1-dev.5 " )
27- implementation(" com.konyaco:fluent-icons-extended:0.0.1-dev.5 " ) // If you want to use full fluent icons.
26+ implementation(" com.konyaco:fluent:0.0.1-dev.6 " )
27+ implementation(" com.konyaco:fluent-icons-extended:0.0.1-dev.6 " ) // If you want to use full fluent icons.
2828```
2929
3030### Example
@@ -112,7 +112,7 @@ The copyright of the icon assets (in `com.konyaco.fluent.icons` package) belongs
112112- [ ] DateTime Picker
113113- [ ] Calender
114114- [ ] Navigation
115- - [ ] NavigationView
115+ - [x] SideNav
116116 - [ ] BreadcrumbBar
117117 - [ ] Pivot
118118 - [ ] TabView
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " com.konyaco"
10- version = " 0.0.1-dev.5 "
10+ version = " 0.0.1-dev.6 "
1111
1212kotlin {
1313 jvm()
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " com.konyaco"
10- version = " 0.0.1-dev.5 "
10+ version = " 0.0.1-dev.6 "
1111
1212kotlin {
1313 jvm()
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group = " com.konyaco"
12- version = " 0.0.1-dev.5 "
12+ version = " 0.0.1-dev.6 "
1313
1414kotlin {
1515 jvm()
You can’t perform that action at this time.
0 commit comments