File tree Expand file tree Collapse file tree 6 files changed +26
-26
lines changed
Expand file tree Collapse file tree 6 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ dependencies {
187187
188188 // Compose
189189 runtimeOnly(" androidx.compose.compiler:compiler:${Versions .composeCompiler} " )
190- implementation(" androidx.activity:activity-compose:1.7.2 " )
190+ implementation(" androidx.activity:activity-compose:1.8.0 " )
191191 implementation(" androidx.compose.foundation:foundation:${Versions .compose} " )
192192 implementation(" androidx.compose.foundation:foundation-layout:${Versions .compose} " )
193193 implementation(" androidx.compose.ui:ui-graphics:${Versions .compose} " )
@@ -205,7 +205,7 @@ dependencies {
205205 implementation(" org.orbit-mvi:orbit-compose:${Versions .orbitMvi} " )
206206
207207 // Dependency injection
208- implementation(" io.insert-koin:koin-androidx-compose:3.4.6 " ) // Not aligned with other koin version
208+ implementation(" io.insert-koin:koin-androidx-compose:3.5.0 " ) // Not aligned with other koin version
209209
210210 // SafeCompose Navigation Args
211211 implementation(" io.github.raamcosta.compose-destinations:core:${Versions .composeDestinations} " )
Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ 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.20 "
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" )
1616 }
1717}
1818
1919plugins {
20- id(" io.gitlab.arturbosch.detekt" ) version " 1.23.1 "
20+ id(" io.gitlab.arturbosch.detekt" ) version " 1.23.3 "
2121}
2222
2323val detektReportMergeSarif by tasks.registering(ReportMergeTask ::class ) {
@@ -42,7 +42,7 @@ allprojects {
4242 }
4343
4444 dependencies {
45- detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1 " )
45+ detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.3 " )
4646 }
4747
4848 tasks.withType<Detekt >().configureEach {
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 "
8- const val settings = " 1.0 .0"
9- const val realm = " 1.10.2 " // Also update belonging plugin in shared/build.gradle.kts
7+ const val ktor = " 2.3.5 "
8+ const val settings = " 1.1 .0"
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 "
21- const val camera = " 1.2.3 "
17+ const val compose = " 1.5.4 "
18+ const val composeCompiler = " 1.5.3 "
19+ const val androidxLifecycle = " 2.6.2 "
20+ const val composeDestinations = " 1.9.54 "
21+ const val camera = " 1.3.0 "
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
@@ -77,8 +77,8 @@ kotlin {
7777 implementation(" com.russhwolf:multiplatform-settings-coroutines:${Versions .settings} " )
7878
7979 // Helper
80- api(" org.jetbrains.kotlinx:kotlinx-datetime:0.4.0 " )
81- api(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 " ) // Also needed by android for ComposeDestination parameter serialization
80+ api(" org.jetbrains.kotlinx:kotlinx-datetime:0.4.1 " )
81+ api(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0 " ) // Also needed by android for ComposeDestination parameter serialization
8282 }
8383 }
8484 val commonTest by getting {
You can’t perform that action at this time.
0 commit comments