Skip to content

Commit d8b0a3d

Browse files
committed
update to Compose 1.3.3
1 parent 1fde68e commit d8b0a3d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is an Jetpack Compose example project. I'm collecting a bunch of sample cod
66
[![jCenter](https://img.shields.io/badge/MIT-green.svg)](https://github.com/Foso/Jetpack-Compose-Playground/blob/master/LICENSE)
77
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
88
![Android Weekly](https://androidweekly.net/issues/issue-431/badge)
9-
[![jCenter](https://img.shields.io/badge/Compose-1.3.2-green.svg
9+
[![jCenter](https://img.shields.io/badge/Compose-1.3.3-green.svg
1010
)](https://github.com/Foso/Jetpack-Compose-Playground/blob/master/LICENSE)
1111
[![Contributors](https://img.shields.io/github/contributors/Foso/Jetpack-Compose-Playground.svg)](#contributors)
1212
<a href="https://twitter.com/intent/tweet?text=Hey, check out Jetpack-Compose-Playground https://github.com/Foso/Jetpack-Compose-Playground via @jklingenberg_ #Android

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
buildscript {
55
ext {
6-
compose_version = '1.3.2'
6+
compose_version = '1.3.3'
77
kotlin_version = "1.7.20"
88
}
99
repositories {

docs/general/getting_started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android{
1414
compose = true
1515
}
1616
composeOptions {
17-
kotlinCompilerExtensionVersion = "1.3.2"
17+
kotlinCompilerExtensionVersion = "1.3.3"
1818
}
1919
2020
}
@@ -25,7 +25,7 @@ Below are some Compose dependencies that are online available, can find the othe
2525
```kotlin
2626

2727
dependencies {
28-
val compose_version = "1.3.2"
28+
val compose_version = "1.3.3"
2929

3030
implementation("androidx.compose.animation:animation-core:$compose_version")
3131
implementation("androidx.compose.animation:animation:$compose_version")

docs/index.md

+1-1
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.3.2-green.svg
13+
[![jCenter](https://img.shields.io/badge/Compose-1.3.3-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)