diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4b666eb..8cb59510 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: run: npm i -D conventional-changelog-conventionalcommits - name: Semantic Release - uses: cycjimmy/semantic-release-action@v4.2.1 + uses: cycjimmy/semantic-release-action@v4.2.2 with: extra_plugins: | "@semantic-release/commit-analyzer@8.0.1" diff --git a/build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt b/build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt index 7cd066c1..4346e8d9 100644 --- a/build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt +++ b/build-logic/convention/src/main/kotlin/PublishingConventionPlugin.kt @@ -31,7 +31,7 @@ class PublishingConventionPlugin : Plugin { private fun Project.configureJacoco() { configure { - toolVersion = "0.8.7" + toolVersion = "0.8.12" } diff --git a/build.gradle.kts b/build.gradle.kts index e9e43c3d..3ac2d195 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,6 +38,4 @@ allprojects { val projectArtifactId by extra { project.name } } -tasks.register("clean", Delete::class) { - delete(rootProject.layout.buildDirectory) -} + diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 049ba1ef..5636c464 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,10 +1,10 @@ [versions] activitycompose = "1.10.1" -agp = "8.10.1" +agp = "8.11.0" androidCore = "1.6.1" androidx-core = "1.16.0" androidxtest = "1.6.2" -compose-bom = "2025.04.00" +compose-bom = "2025.06.01" dokka = "2.0.0" espresso = "3.6.1" jacoco-plugin = "0.2.1" @@ -12,10 +12,10 @@ junit = "4.13.2" junitktx = "1.2.1" kotlin = "2.2.0" kotlinxCoroutines = "1.10.2" -leakcanaryAndroid = "2.12" +leakcanaryAndroid = "2.14" mapsecrets = "2.0.1" mapsktx = "5.2.0" -org-jacoco-core = "0.8.12" +org-jacoco-core = "0.8.13" screenshot = "0.0.1-alpha10" [libraries] diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c82..d4081da4 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME