Skip to content

Commit 24231c8

Browse files
committed
Update to Compose 1.4.3
1 parent e768061 commit 24231c8

File tree

7 files changed

+17
-8
lines changed

7 files changed

+17
-8
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
compose true
5858
}
5959
composeOptions {
60-
kotlinCompilerExtensionVersion "1.4.0"
60+
kotlinCompilerExtensionVersion "1.4.6"
6161
}
6262
}
6363

@@ -85,7 +85,7 @@ subprojects {
8585
dependencies {
8686

8787
implementation fileTree(dir: 'libs', include: ['*.jar'])
88-
implementation "androidx.activity:activity-compose:1.6.1"
88+
implementation "androidx.activity:activity-compose:1.7.1"
8989
implementation "androidx.appcompat:appcompat:1.6.1"
9090
implementation "androidx.compose.animation:animation-core:$compose_version"
9191
implementation "androidx.compose.animation:animation:$compose_version"

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
buildscript {
55
ext {
6-
compose_version = '1.4.2'
7-
kotlin_version = "1.8.0"
6+
compose_version = '1.4.3'
7+
kotlin_version = "1.8.20"
88
}
99
repositories {
1010
google()

docs/desktop/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ JetBrains released a Compose port for the desktop.
55

66
You can find more information here https://www.jetbrains.com/lp/compose/ or on their Github Repo https://github.com/JetBrains/compose-multiplatform or in the Kotlin Slack [#compose-desktop](https://kotlinlang.slack.com/archives/C01D6HTPATV)
77

8-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/ar2Wcr9or_k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
8+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Mgf_9kxM1BA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

docs/ios/overview.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Compose on iOS
2+
3+
JetBrains released a Compose port for iOS. It's currently in Alpha.
4+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/FWVi4aV36d8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
5+
6+
https://github.com/JetBrains/compose-multiplatform#ios
7+
8+
You can find more information on the Kotlin Slack in channel "#compose-ios"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed May 12 21:22:59 CEST 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

mkdocs.yml

+2-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.4.0"
48+
release: "1.4.3"
4949
social:
5050
- icon: fontawesome/brands/github-alt
5151
link: 'https://github.com/foso'
@@ -171,6 +171,7 @@ nav:
171171
- 'Compose Projects': compose_projects.md
172172
- 'Contributing': contributing.md
173173
- 'Resources': resources.md
174+
- 'iOS' : ios/overview.md
174175
- 'Web' : web/overview.md
175176

176177

settings.gradle settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencyResolutionManagement {
55

66
}
77
}
8-
include ':app'
8+
include(":app")
99

0 commit comments

Comments
 (0)