Skip to content

Commit a0e7cd8

Browse files
committed
Update to Compose 1.4.0
1 parent 5352ea5 commit a0e7cd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Introduction 🙋‍♂️
44
This is a Jetpack Compose example project. I'm collecting a bunch of sample codes for Jetpack Compose. I also collect information/tutorials on the GitHub page https://foso.github.io/compose.
55

6-
[![Kotlin](https://img.shields.io/badge/Kotlin-1.8.0-green.svg)]() [![Compose](https://img.shields.io/badge/Compose-1.3.3-green.svg)]()
6+
[![Kotlin](https://img.shields.io/badge/Kotlin-1.8.0-green.svg)]() [![Compose](https://img.shields.io/badge/Compose-1.4.0-green.svg)]()
77

88
[![jCenter](https://img.shields.io/badge/MIT-green.svg)](https://github.com/Foso/Jetpack-Compose-Playground/blob/master/LICENSE)
99
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

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.3'
6+
compose_version = '1.4.0'
77
kotlin_version = "1.8.0"
88
}
99
repositories {

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extra:
4545
composedoc: 'https://developer.android.com/reference/kotlin/androidx/compose'
4646
images: '../../images'
4747
compose:
48-
release: "1.3.3"
48+
release: "1.4.0"
4949
social:
5050
- icon: fontawesome/brands/github-alt
5151
link: 'https://github.com/foso'

0 commit comments

Comments
 (0)