Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Apr 27, 2024
1 parent 241f1b7 commit 46025b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ org.jetbrains.compose.experimental.wasm.enabled=true

#MPP
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.enableCInteropCommonization=true
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ activity = "1.9.0"
android = "8.2.2"
android-core = "1.13.0"
android-credentials = "1.3.0-alpha02"
apollo = "4.0.0-beta.5"
apollo = "4.0.0-beta.6"
appcompat = "1.6.1"
coil = "3.0.0-alpha06"
compose = "1.6.2"
Expand Down Expand Up @@ -35,7 +35,7 @@ kotlin = "1.9.23"
ksp = "1.9.23-1.0.20"
ktor = "2.3.10"
ktorfit = "1.13.0"
moko-resources = "0.24.0-beta-1"
moko-resources = "0.24.0-beta-2"
multidex = "2.0.1"
napier = "2.7.1"
oidc = "0.9.2"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 46025b3

Please sign in to comment.