Skip to content

Commit edfc4ad

Browse files
committed
build: update to Compose 1.3.2
1 parent 3b40029 commit edfc4ad

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.0-green.svg
9+
[![jCenter](https://img.shields.io/badge/Compose-1.3.2-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
@@ -91,7 +91,7 @@ Look in the [repo](https://github.com/Foso/Jetpack-Compose-Playground/tree/maste
9191

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

9696

9797
### Project Structure

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
compose true
5858
}
5959
composeOptions {
60-
kotlinCompilerExtensionVersion "1.3.0"
60+
kotlinCompilerExtensionVersion "1.3.2"
6161
}
6262
}
6363

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
buildscript {
55
ext {
6-
compose_version = '1.3.0'
7-
kotlin_version = "1.7.10"
6+
compose_version = '1.3.2'
7+
kotlin_version = "1.7.20"
88
}
99
repositories {
1010
google()

docs/general/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android{
1414
compose = true
1515
}
1616
composeOptions {
17-
kotlinCompilerExtensionVersion = "1.3.0"
17+
kotlinCompilerExtensionVersion = "1.3.2"
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.0"
28+
val compose_version = "1.3.2"
2929

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

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