Skip to content

Commit

Permalink
gears-compose: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Aug 2, 2024
1 parent 7cb7bbf commit 9075433
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
7 changes: 7 additions & 0 deletions gears/gears-compose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Unreleased

- *No changes*

## [0.1.0] (2024-08-02)

### Added

- `FixedFontScaleContainer` - A container that fixes the font scale, ignoring values that are set in the phone's system settings


[0.1.0]: https://github.com/RedMadRobot/gears-android/compare/9d632943...e67924a7
19 changes: 9 additions & 10 deletions gears/gears-compose/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gears-compose <GitHub path="RedMadRobot/gears-android/tree/main/gears/compose"/>
# gears-compose

[![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/gears-compose?style=flat-square)][mavenCentral]
[![License](https://img.shields.io/github/license/RedMadRobot/gears-android?style=flat-square)][license]
Expand Down Expand Up @@ -29,14 +29,13 @@ dependencies {
}
```


The library was developed and tested using:

> - `compose-runtime` [1.6.5](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.6.5)
> - `compose-ui` [1.6.5](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.5)
> [!NOTE]
> These dependencies will be transiently included in your project.
>
> Dependencies:
> - `compose-ui` [1.6.8](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.8)
> - `compose-runtime` [1.6.8](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.6.8)
>
> These dependencies will be transitively added to your project.
## Usage

Expand All @@ -50,5 +49,5 @@ Merge requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.


[mavenCentral]: https://search.maven.org/artifact/com.redmadrobot.gears/compose
[license]: ../LICENSE
[mavenCentral]: https://central.sonatype.com/artifact/com.redmadrobot.gears/gears-compose
[license]: ../../LICENSE

0 comments on commit 9075433

Please sign in to comment.