File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
77// Top-level build file where you can add configuration options common to all sub-projects/modules.
88
99plugins {
10- id(" org.jetbrains.kotlinx.kover" ) version " 0.7.3 " apply false
11- id(" com.diffplug.spotless" ) version " 6.22.0 " apply false
10+ id(" org.jetbrains.kotlinx.kover" ) version " 0.7.5 " apply false
11+ id(" com.diffplug.spotless" ) version " 6.23.3 " apply false
1212}
1313
1414buildscript {
@@ -19,11 +19,11 @@ buildscript {
1919 maven(url = " https://oss.sonatype.org/content/repositories/snapshots" )
2020 }
2121 dependencies {
22- classpath(" com.android.tools.build:gradle:8.1.3 " )
22+ classpath(" com.android.tools.build:gradle:8.2.0 " )
2323 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
24- classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.22.0 " )
25- classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.15.0 " )
26- classpath(" com.github.ben-manes:gradle-versions-plugin:0.46 .0" )
24+ classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.23.3 " )
25+ classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.15.1 " )
26+ classpath(" com.github.ben-manes:gradle-versions-plugin:0.50 .0" )
2727 }
2828}
2929
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.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
77import org.gradle.plugin.use.PluginDependencySpec
88
99const val ktlintVersion = " 1.0.0"
10- const val kotlinVersion = " 1.9.20 "
10+ const val kotlinVersion = " 1.9.21 "
1111
1212object appConfig {
1313 const val applicationId = " com.hoc.flowmvi"
@@ -31,7 +31,7 @@ object deps {
3131 const val constraintLayout = " androidx.constraintlayout:constraintlayout:2.1.4"
3232 const val recyclerView = " androidx.recyclerview:recyclerview:1.3.2"
3333 const val swipeRefreshLayout = " androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
34- const val material = " com.google.android.material:material:1.10 .0"
34+ const val material = " com.google.android.material:material:1.11 .0"
3535 const val startup = " androidx.startup:startup-runtime:1.1.1"
3636 }
3737
@@ -60,7 +60,7 @@ object deps {
6060 }
6161
6262 object koin {
63- private const val version = " 3.5.0 "
63+ private const val version = " 3.5.3 "
6464
6565 const val core = " io.insert-koin:koin-core:$version "
6666 const val android = " io.insert-koin:koin-android:$version "
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.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments