Skip to content

Commit 9075433

Browse files
committed
gears-compose: 0.1.0
1 parent 7cb7bbf commit 9075433

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

gears/gears-compose/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Unreleased
22

3+
- *No changes*
4+
5+
## [0.1.0] (2024-08-02)
6+
37
### Added
48

59
- `FixedFontScaleContainer` - A container that fixes the font scale, ignoring values that are set in the phone's system settings
10+
11+
12+
[0.1.0]: https://github.com/RedMadRobot/gears-android/compare/9d632943...e67924a7

gears/gears-compose/README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gears-compose <GitHub path="RedMadRobot/gears-android/tree/main/gears/compose"/>
1+
# gears-compose
22

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

32-
33-
The library was developed and tested using:
34-
35-
> - `compose-runtime` [1.6.5](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.6.5)
36-
> - `compose-ui` [1.6.5](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.5)
37-
3832
> [!NOTE]
39-
> These dependencies will be transiently included in your project.
33+
>
34+
> Dependencies:
35+
> - `compose-ui` [1.6.8](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.8)
36+
> - `compose-runtime` [1.6.8](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.6.8)
37+
>
38+
> These dependencies will be transitively added to your project.
4039
4140
## Usage
4241

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

5251

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

0 commit comments

Comments
 (0)