File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
1313 applicationId ' com.microsoft.fluentuidemo'
1414 minSdkVersion 23
1515 targetSdkVersion 34
16- versionCode 2010
17- versionName ' 0.3.10 '
16+ versionCode 2011
17+ versionName ' 0.3.11 '
1818 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
1919 }
2020 kotlinOptions {
Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ Release version 0.3.10
22What's new
33Fluent v2:
44Fix/enhancement:
5- 1. Added new Stackable Snackbar Component which allows showing multiple notifications at once.
6- 2. Fixed V2 BottomDrawer not dismissing on back button press when in focus
7- 3. Added Offset Tokens for V2 BottomSheet to Offset the Anchors
5+ 1. Modified the Stackable Snackbar's Trailing Icon to be mutable
86
97Note:
108The Demo App for Fluent Controls will now also be published on Github starting from v0.3.8
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ project.ext.fluentui_peoplepicker_versionid = '0.3.6'
2626project. ext. fluentui_persona_versionid = ' 0.3.4'
2727project. ext. fluentui_progress_versionid = ' 0.3.7'
2828project. ext. fluentui_icons_versionid = ' 0.3.2'
29- project. ext. fluentui_notification_versionid = ' 0.3.6 '
29+ project. ext. fluentui_notification_versionid = ' 0.3.7 '
3030project.ext.FluentUI_versionid = ' 0.3.10'
3131project. ext. fluentui_calendar_version_code = 2003
3232project. ext. fluentui_controls_version_code = 2003
@@ -43,8 +43,8 @@ project.ext.fluentui_peoplepicker_version_code = 2006
4343project. ext. fluentui_persona_version_code = 2004
4444project. ext. fluentui_progress_version_code = 2007
4545project. ext. fluentui_icons_version_code = 2002
46- project. ext. fluentui_notification_version_code = 2006
47- project.ext.FluentUI_version_code = 2010
46+ project. ext. fluentui_notification_version_code = 2007
47+ project.ext.FluentUI_version_code = 2011
4848project. ext. license_type = ' MIT License'
4949project. ext. license_url = ' https://github.com/microsoft/fluentui-android/blob/master/LICENSE'
5050project. ext. github_url = ' https://github.com/microsoft/fluentui-android'
You can’t perform that action at this time.
0 commit comments