Update TwoPaneLayout to new WindowState version (#54)

* Update to new WindowState version

* Update release version in readme
This commit is contained in:
Kristen Halper 2023-02-08 10:22:09 -08:00 коммит произвёл GitHub
Родитель 703d5d3240
Коммит b4efe092ce
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -32,7 +32,7 @@ A UI component that helps you build two-pane layout for dual-screen, foldable, a
A utility component that helps you easily get details about the window state of dual-screen, foldable, and large-screen devices.
#### Latest Update: [1.0.0-alpha07](https://github.com/microsoft/surface-duo-compose-sdk/releases/tag/windowstate_20221122_alpha07) (November 22nd, 2022)
#### Latest Update: [1.0.0-alpha08](https://github.com/microsoft/surface-duo-compose-sdk/releases/tag/windowstate_20230206_alpha08) (February 6th, 2023)
### [ComposeTesting](https://github.com/microsoft/surface-duo-compose-sdk/tree/main/ComposeTesting)

Просмотреть файл

@ -84,7 +84,7 @@ ext {
]
// Microsoft dependencies
windowStateVersion = '1.0.0-alpha07'
windowStateVersion = '1.0.0-alpha08'
composeTestingVersion = '1.0.0-alpha07'
microsoftDependencies = [
windowState : "com.microsoft.device.dualscreen:windowstate:$windowStateVersion",