File tree Expand file tree Collapse file tree 2 files changed +645
-7
lines changed
Expand file tree Collapse file tree 2 files changed +645
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ buildscript {
1515// Top-level build file where you can add configuration options common to all sub-projects/modules.
1616plugins {
1717 id ' org.jetbrains.kotlin.plugin.compose' version ' 2.1.0' apply false
18- id ' com.android.library' version ' 8.7.3 ' apply false
18+ id ' com.android.library' version ' 8.8.0 ' apply false
1919 id ' org.jetbrains.kotlin.android' version " $kotlinVersion " apply false
2020 id " org.jetbrains.kotlin.kapt" version " $kotlinVersion " apply false
2121 id " com.diffplug.spotless" version " 7.0.1" apply false
2222 id ' io.gitlab.arturbosch.detekt' version ' 1.23.7' apply false
23- id ' com.android.application' version ' 8.7.3 ' apply false
23+ id ' com.android.application' version ' 8.8.0 ' apply false
2424}
2525
2626tasks. register(' clean' , Delete ) {
You can’t perform that action at this time.
0 commit comments