Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Aug 12, 2023
1 parent 5c877cd commit a018d8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ extra.apply {
set("jvmTarget", "17")

// Android configurations
set("android-compile", 33)
set("android-compile", 34)
set("android-build-tools", "34.0.0")
set("androidMinSdk", 21)
set("androidTargetSdk", 33)
set("androidTargetSdk", 34)

// Js & Node
set("webpackCliVersion", "5.1.4")
set("nodeVersion", "16.13.0")

set("ktlintVersion", "0.42.1")
set("ktlintVersion", "0.50.0")
}
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ kotlin.code.style=official
android.useAndroidX=true
android.enableJetifier=true
org.gradle.jvmargs=-Xmx4g
# TODO: https://github.com/JetBrains/compose-jb/issues/2046
kotlin.native.cacheKind=none
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.macos.enabled=true
org.jetbrains.compose.experimental.uikit.enabled=true
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions] # also check project root build.gradle.kts for versions
androidx-animation = "1.5.0-beta03"
androidx-foundation = "1.5.0-beta03"
androidx-animation = "1.5.0"
androidx-foundation = "1.5.0"
androidx-appcompat = "1.6.1"
androidx-coreKtx = "1.10.1"
androidxActivityVer = "1.7.2"
Expand All @@ -11,11 +11,11 @@ junitJupiterApi = "5.10.0"
kotlin = "1.9.0"
kotlinxCoroutinesCore = "1.7.3"
lifecycleRuntimeKtx = "2.6.1"
material = "1.5.0-beta03"
material = "1.5.0"
moleculeRuntime = "1.2.0"
savedstateKtx = "1.2.1"
spotless = "6.20.0"
jetbrainsComposePlugin = "1.5.0-beta01"
jetbrainsComposePlugin = "1.5.0-beta02"
skiko = "0.7.76"

[libraries]
Expand Down

0 comments on commit a018d8e

Please sign in to comment.