File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed
Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ dependencies {
185185
186186 // Compose
187187 runtimeOnly(" androidx.compose.compiler:compiler:${Versions .composeCompiler} " )
188- implementation(" androidx.activity:activity-compose:1.7.2 " )
188+ implementation(" androidx.activity:activity-compose:1.8.0 " )
189189 implementation(" androidx.compose.foundation:foundation:${Versions .compose} " )
190190 implementation(" androidx.compose.foundation:foundation-layout:${Versions .compose} " )
191191 implementation(" androidx.compose.ui:ui-graphics:${Versions .compose} " )
@@ -203,7 +203,7 @@ dependencies {
203203 implementation(" org.orbit-mvi:orbit-compose:${Versions .orbitMvi} " )
204204
205205 // Dependency injection
206- implementation(" io.insert-koin:koin-androidx-compose:3.4.6 " ) // Not aligned with other koin version
206+ implementation(" io.insert-koin:koin-androidx-compose:3.5.0 " ) // Not aligned with other koin version
207207
208208 // SafeCompose Navigation Args
209209 implementation(" io.github.raamcosta.compose-destinations:core:${Versions .composeDestinations} " )
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ buildscript {
88 mavenCentral()
99 }
1010 dependencies {
11- val kotlinVersion = " 1.9.0 "
12- classpath(" com.android.tools.build:gradle:8.1.1 " )
11+ val kotlinVersion = " 1.9.10 "
12+ classpath(" com.android.tools.build:gradle:8.1.2 " )
1313 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion} " )
1414 classpath(" org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion} " )
1515 classpath(" com.codingfeline.buildkonfig:buildkonfig-gradle-plugin:0.14.0" )
Original file line number Diff line number Diff line change 11object Versions {
22 // Shared
33 const val kermitLogger = " 1.2.2"
4- const val koinDi = " 3.4.3 "
4+ const val koinDi = " 3.5.0 "
55 const val orbitMvi = " 4.5.0"
66 const val mokoMvvm = " 0.16.1"
7- const val ktor = " 2.3.3 "
7+ const val ktor = " 2.3.5 "
88 const val settings = " 1.0.0"
9- const val realm = " 1.10.2 " // Also update belonging plugin in shared/build.gradle.kts
9+ const val realm = " 1.11.1 " // Also update belonging plugin in shared/build.gradle.kts
1010
1111 // Android
1212 const val androidMinSdk = 24
1313 const val androidTargetSdk = 33
1414 const val androidCompileSdk = 34
1515 const val androidBuildTools = " 34.0.0"
1616
17- const val compose = " 1.5.0 "
18- const val composeCompiler = " 1.5.1 "
19- const val androidxLifecycle = " 2.6.1 "
20- const val composeDestinations = " 1.9.52 "
17+ const val compose = " 1.5.3 "
18+ const val composeCompiler = " 1.5.3 "
19+ const val androidxLifecycle = " 2.6.2 "
20+ const val composeDestinations = " 1.9.54 "
2121 const val camera = " 1.2.3"
2222}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88 id(" co.touchlab.kmmbridge" ) version " 0.5.0"
99 `maven- publish`
1010 id(" dev.jamiecraane.plugins.kmmresources" ) version " 1.0.0-alpha11" // Shared localization
11- id(" io.realm.kotlin" ) version " 1.10.2 "
11+ id(" io.realm.kotlin" ) version " 1.11.1 "
1212 id(" com.codingfeline.buildkonfig" )
1313}
1414
@@ -76,8 +76,8 @@ kotlin {
7676 implementation(" com.russhwolf:multiplatform-settings-coroutines:${Versions .settings} " )
7777
7878 // Helper
79- api(" org.jetbrains.kotlinx:kotlinx-datetime:0.4.0 " )
80- api(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 " ) // Also needed by android for ComposeDestination parameter serialization
79+ api(" org.jetbrains.kotlinx:kotlinx-datetime:0.4.1 " )
80+ api(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0 " ) // Also needed by android for ComposeDestination parameter serialization
8181 }
8282 }
8383 val commonTest by getting {
You can’t perform that action at this time.
0 commit comments