Skip to content

Commit

Permalink
update to Compose 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Jan 15, 2023
1 parent 1fde68e commit d8b0a3d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is an Jetpack Compose example project. I'm collecting a bunch of sample cod
[![jCenter](https://img.shields.io/badge/MIT-green.svg)](https://github.com/Foso/Jetpack-Compose-Playground/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
![Android Weekly](https://androidweekly.net/issues/issue-431/badge)
[![jCenter](https://img.shields.io/badge/Compose-1.3.2-green.svg
[![jCenter](https://img.shields.io/badge/Compose-1.3.3-green.svg
)](https://github.com/Foso/Jetpack-Compose-Playground/blob/master/LICENSE)
[![Contributors](https://img.shields.io/github/contributors/Foso/Jetpack-Compose-Playground.svg)](#contributors)
<a href="https://twitter.com/intent/tweet?text=Hey, check out Jetpack-Compose-Playground https://github.com/Foso/Jetpack-Compose-Playground via @jklingenberg_ #Android
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

buildscript {
ext {
compose_version = '1.3.2'
compose_version = '1.3.3'
kotlin_version = "1.7.20"
}
repositories {
Expand Down
4 changes: 2 additions & 2 deletions docs/general/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android{
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.3.2"
kotlinCompilerExtensionVersion = "1.3.3"
}
}
Expand All @@ -25,7 +25,7 @@ Below are some Compose dependencies that are online available, can find the othe
```kotlin

dependencies {
val compose_version = "1.3.2"
val compose_version = "1.3.3"

implementation("androidx.compose.animation:animation-core:$compose_version")
implementation("androidx.compose.animation:animation:$compose_version")
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a community-driven collection of Jetpack Compose documentation/examples/

[![jCenter](https://img.shields.io/badge/MIT-green.svg)](https://github.com/Foso/Jetpack-Compose-Playground/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![jCenter](https://img.shields.io/badge/Compose-1.3.2-green.svg
[![jCenter](https://img.shields.io/badge/Compose-1.3.3-green.svg
)](https://github.com/Foso/Jetpack-Compose-Playground/blob/master/LICENSE)
![Android Weekly](https://androidweekly.net/issues/issue-431/badge)
[![Contributors](https://img.shields.io/github/contributors/Foso/Jetpack-Compose-Playground.svg)](#contributors)
Expand Down

0 comments on commit d8b0a3d

Please sign in to comment.