Skip to content

Commit

Permalink
build: update to Compose 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Jan 2, 2023
1 parent 3b40029 commit edfc4ad
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.0-green.svg
[![jCenter](https://img.shields.io/badge/Compose-1.3.2-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 Expand Up @@ -91,7 +91,7 @@ Look in the [repo](https://github.com/Foso/Jetpack-Compose-Playground/tree/maste

## 🛠️ Built With
### Kotlin
[![jCenter](https://img.shields.io/badge/Kotlin-1.7.10-green.svg)]()
[![jCenter](https://img.shields.io/badge/Kotlin-1.7.20-green.svg)]()


### Project Structure
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion "1.3.0"
kotlinCompilerExtensionVersion "1.3.2"
}
}

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

buildscript {
ext {
compose_version = '1.3.0'
kotlin_version = "1.7.10"
compose_version = '1.3.2'
kotlin_version = "1.7.20"
}
repositories {
google()
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.0"
kotlinCompilerExtensionVersion = "1.3.2"
}
}
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.0"
val compose_version = "1.3.2"

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.0-green.svg
[![jCenter](https://img.shields.io/badge/Compose-1.3.2-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 edfc4ad

Please sign in to comment.