Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: npm i -D conventional-changelog-conventionalcommits

- name: Semantic Release
uses: cycjimmy/[email protected].1
uses: cycjimmy/[email protected].2
with:
extra_plugins: |
"@semantic-release/[email protected]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PublishingConventionPlugin : Plugin<Project> {

private fun Project.configureJacoco() {
configure<JacocoPluginExtension> {
toolVersion = "0.8.7"
toolVersion = "0.8.12"

}

Expand Down
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,4 @@ allprojects {
val projectArtifactId by extra { project.name }
}

tasks.register("clean", Delete::class) {
delete(rootProject.layout.buildDirectory)
}

8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
activitycompose = "1.10.1"
agp = "8.10.1"
agp = "8.11.0"

Check warning

Code scanning / Android Lint

Obsolete Android Gradle Plugin Version Warning

A newer version of com.android.application than 8.11.0 is available: 8.11.1

Check warning

Code scanning / Android Lint

Obsolete Android Gradle Plugin Version Warning

A newer version of com.android.tools.build:gradle than 8.11.0 is available: 8.11.1
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"
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]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading