diff --git a/FluentUI.Demo/build.gradle b/FluentUI.Demo/build.gradle index 1bc67b1f1..5e8206e20 100644 --- a/FluentUI.Demo/build.gradle +++ b/FluentUI.Demo/build.gradle @@ -13,8 +13,8 @@ android { applicationId 'com.microsoft.fluentuidemo' minSdkVersion 23 targetSdkVersion 34 - versionCode 2010 - versionName '0.3.10' + versionCode 2011 + versionName '0.3.11' testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } kotlinOptions { diff --git a/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt b/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt index 0de3e59cb..8f85218d4 100644 --- a/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt +++ b/FluentUI.Demo/src/main/assets/dogfood-release-notes.txt @@ -2,9 +2,7 @@ Release version 0.3.10 What's new Fluent v2: Fix/enhancement: - 1. Added new Stackable Snackbar Component which allows showing multiple notifications at once. - 2. Fixed V2 BottomDrawer not dismissing on back button press when in focus - 3. Added Offset Tokens for V2 BottomSheet to Offset the Anchors + 1. Modified the Stackable Snackbar's Trailing Icon to be mutable Note: The Demo App for Fluent Controls will now also be published on Github starting from v0.3.8 \ No newline at end of file diff --git a/config.gradle b/config.gradle index 7cf432112..fe3d4cad3 100644 --- a/config.gradle +++ b/config.gradle @@ -26,7 +26,7 @@ project.ext.fluentui_peoplepicker_versionid = '0.3.6' project.ext.fluentui_persona_versionid = '0.3.4' project.ext.fluentui_progress_versionid = '0.3.7' project.ext.fluentui_icons_versionid = '0.3.2' -project.ext.fluentui_notification_versionid = '0.3.6' +project.ext.fluentui_notification_versionid = '0.3.7' project.ext.FluentUI_versionid = '0.3.10' project.ext.fluentui_calendar_version_code = 2003 project.ext.fluentui_controls_version_code = 2003 @@ -43,8 +43,8 @@ project.ext.fluentui_peoplepicker_version_code = 2006 project.ext.fluentui_persona_version_code = 2004 project.ext.fluentui_progress_version_code = 2007 project.ext.fluentui_icons_version_code = 2002 -project.ext.fluentui_notification_version_code = 2006 -project.ext.FluentUI_version_code = 2010 +project.ext.fluentui_notification_version_code = 2007 +project.ext.FluentUI_version_code = 2011 project.ext.license_type = 'MIT License' project.ext.license_url = 'https://github.com/microsoft/fluentui-android/blob/master/LICENSE' project.ext.github_url = 'https://github.com/microsoft/fluentui-android'