File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22
33* No changes*
44
5+ ## [ 1.0.2] - 2025.10.16
6+
7+ - Add default value to formatArgs field in Resource constructor
8+
59## [ 1.0.1] - 2025.10.15
610
711- Add ability to use arguments with text from resources
1317
1418- Public release textvalue library and textvalue-compose extensions library
1519
16- [ unreleased ] : https://github.com/RedMadRobot/TextValue/compare/1.0.1...main
20+ [ unreleased ] : https://github.com/RedMadRobot/TextValue/compare/1.0.2...main
21+ [ 1.0.2 ] : https://github.com/RedMadRobot/TextValue/compare/1.0.1...1.0.2
1722[ 1.0.1 ] : https://github.com/RedMadRobot/TextValue/compare/1.0.0...1.0.1
1823[ 1.0.0 ] : https://github.com/RedMadRobot/TextValue/compare/d5d1d9...1.0.0
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ repositories {
2525
2626dependencies {
2727 // Views version
28- implementation("com.redmadrobot.textvalue:textvalue:1.0.1 ")
28+ implementation("com.redmadrobot.textvalue:textvalue:1.0.2 ")
2929
3030 // Compose extensions for textvalue
31- implementation("com.redmadrobot.textvalue:textvalue-compose:1.0.1 ")
31+ implementation("com.redmadrobot.textvalue:textvalue-compose:1.0.2 ")
3232}
3333```
3434
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
22group =com.redmadrobot.textvalue
3- version =1.0.1
3+ version =1.0.2
44
55# IDE (e.g. Android Studio) users:
66# Gradle settings configured through the IDE *will override*
You can’t perform that action at this time.
0 commit comments