File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33* No changes*
44
5+ ## [ 1.0.1] - 2025.09.24
6+
7+ - Add ability to use arguments with text from resources
8+
59## [ 1.0.0] - 2024.05.13
610
711- Public release textvalue library and textvalue-compose extensions library
812
9- [ unreleased ] : https://github.com/RedMadRobot/TextValue/compare/1.0.0...main
13+ [ unreleased ] : https://github.com/RedMadRobot/TextValue/compare/1.0.1...main
14+ [ 1.0.1 ] : https://github.com/RedMadRobot/TextValue/compare/1.0.0...1.0.1
1015[ 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.0 ")
28+ implementation("com.redmadrobot.textvalue:textvalue:1.0.1 ")
2929
3030 // Compose extensions for textvalue
31- implementation("com.redmadrobot.textvalue:textvalue-compose:1.0.0 ")
31+ implementation("com.redmadrobot.textvalue:textvalue-compose:1.0.1 ")
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.0
3+ version =1.0.1
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