Skip to content

Commit 1d6084f

Browse files
committed
docs: update version number
1 parent 5d99258 commit 1d6084f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/cookbook/textfield_changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ fun TextFieldDemo() {
3030
The simplest approach is to supply an onValueChange() callback to a TextField. Whenever the text changes, the callback is invoked.
3131

3232
In this example, every time the TextField changes, the new text value will be saved in a state and set to the TextField and the Text.
33+
34+
## See also:
35+
* [Full Example Code]({{ site.samplefolder }}/textfield/TextFieldDemo.kt)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a community-driven collection of Jetpack Compose documentation/examples/
1010

1111
[![jCenter](https://img.shields.io/badge/MIT-green.svg)](https://github.com/Foso/Jetpack-Compose-Playground/blob/master/LICENSE)
1212
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
13-
[![jCenter](https://img.shields.io/badge/Compose-1.2.0-green.svg
13+
[![jCenter](https://img.shields.io/badge/Compose-1.2.1-green.svg
1414
)](https://github.com/Foso/Jetpack-Compose-Playground/blob/master/LICENSE)
1515
![Android Weekly](https://androidweekly.net/issues/issue-431/badge)
1616
[![Contributors](https://img.shields.io/github/contributors/Foso/Jetpack-Compose-Playground.svg)](#contributors)

0 commit comments

Comments
 (0)