Skip to content

Commit 82d07eb

Browse files
committed
Update to Compose 1.1.1
1 parent ce3f8aa commit 82d07eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+52
-52
lines changed

README.md

Lines changed: 1 addition & 1 deletion

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ android {
5757
compose true
5858
}
5959
composeOptions {
60-
kotlinCompilerExtensionVersion "1.1.0"
60+
kotlinCompilerExtensionVersion "1.1.1"
6161
}
6262
}
6363

6464
dependencies {
65-
def compose_version = "1.1.0"
65+
def compose_version = "1.1.1"
6666

6767
implementation fileTree(dir: 'libs', include: ['*.jar'])
6868
implementation "androidx.appcompat:appcompat:1.4.0"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
buildscript {
55
ext {
6-
compose_version = '1.1.0'
6+
compose_version = '1.1.1'
77
kotlin_version = "1.6.10"
88
}
99
repositories {

docs/activity/backhandler.md

Lines changed: 1 addition & 1 deletion

docs/animation/crossfade.md

Lines changed: 1 addition & 1 deletion

docs/cookbook/detect_darkmode.md

Lines changed: 1 addition & 1 deletion

docs/cookbook/get_android_context.md

Lines changed: 1 addition & 1 deletion

docs/cookbook/how_to_create_custom_shape.md

Lines changed: 1 addition & 1 deletion

docs/cookbook/loadimage.md

Lines changed: 1 addition & 1 deletion

docs/cookbook/textfield_changes.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)