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

+1-1

app/build.gradle

+2-2
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

+1-1
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

+1-1

docs/animation/crossfade.md

+1-1

docs/cookbook/detect_darkmode.md

+1-1

docs/cookbook/get_android_context.md

+1-1

docs/cookbook/how_to_create_custom_shape.md

+1-1

docs/cookbook/loadimage.md

+1-1

docs/cookbook/textfield_changes.md

+1-1

docs/foundation/basictextfield.md

+1-1

docs/foundation/canvas.md

+1-1

docs/foundation/image.md

+1-1

docs/foundation/layout/boxwithconstraints.md

+1-1

docs/foundation/layout/spacer.md

+1-1

docs/foundation/lazycolumn.md

+1-1

docs/foundation/lazyrow.md

+1-1

docs/foundation/lazyverticalgrid.md

+1-1

docs/foundation/shape.md

+1-1

docs/foundation/text.md

+1-1

docs/general/compose_lifecycle.md

+1-1

docs/general/compositionlocal.md

+1-1

docs/general/getting_started.md

+2-2

docs/general/modifier.md

+1-1

docs/general/state.md

+1-1

docs/index.md

+1-1

docs/layout/box.md

+1-1

docs/layout/column.md

+1-1

docs/layout/constraintlayout.md

+1-1

docs/layout/row.md

+1-1

docs/material/alertdialog.md

+1-1

docs/material/button.md

+1-1

docs/material/card.md

+1-1

docs/material/checkbox.md

+1-1

docs/material/circularprogressindicator.md

+1-1

docs/material/dropdownmenu.md

+1-1

docs/material/floatingactionbutton.md

+1-1

docs/material/linearprogressindicator.md

+1-1

docs/material/modalbottomsheetlayout.md

+1-1

docs/material/modaldrawer.md

+1-1

docs/material/radiobutton.md

+1-1

docs/material/scaffold.md

+1-1

docs/material/slider.md

+1-1

docs/material/snackbar.md

+1-1

docs/material/surface.md

+1-1

docs/material/switch.md

+1-1

docs/material/textfield.md

+1-1

docs/material/topappbar.md

+1-1

docs/platform/composeview.md

+1-1

docs/viewinterop/androidview.md

+1-1

0 commit comments

Comments
 (0)