Skip to content

Commit

Permalink
Update to Compose 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed May 5, 2023
1 parent e768061 commit 24231c8
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion "1.4.0"
kotlinCompilerExtensionVersion "1.4.6"
}
}

Expand Down Expand Up @@ -85,7 +85,7 @@ subprojects {
dependencies {

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "androidx.activity:activity-compose:1.6.1"
implementation "androidx.activity:activity-compose:1.7.1"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "androidx.compose.animation:animation-core:$compose_version"
implementation "androidx.compose.animation:animation:$compose_version"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

buildscript {
ext {
compose_version = '1.4.2'
kotlin_version = "1.8.0"
compose_version = '1.4.3'
kotlin_version = "1.8.20"
}
repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion docs/desktop/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ JetBrains released a Compose port for the desktop.

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)

<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>
<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>
8 changes: 8 additions & 0 deletions docs/ios/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Compose on iOS

JetBrains released a Compose port for iOS. It's currently in Alpha.
<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>

https://github.com/JetBrains/compose-multiplatform#ios

You can find more information on the Kotlin Slack in channel "#compose-ios"
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed May 12 21:22:59 CEST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extra:
composedoc: 'https://developer.android.com/reference/kotlin/androidx/compose'
images: '../../images'
compose:
release: "1.4.0"
release: "1.4.3"
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/foso'
Expand Down Expand Up @@ -171,6 +171,7 @@ nav:
- 'Compose Projects': compose_projects.md
- 'Contributing': contributing.md
- 'Resources': resources.md
- 'iOS' : ios/overview.md
- 'Web' : web/overview.md


Expand Down
2 changes: 1 addition & 1 deletion settings.gradle → settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencyResolutionManagement {

}
}
include ':app'
include(":app")

0 comments on commit 24231c8

Please sign in to comment.