Skip to content

Commit

Permalink
Merge branch 'main' into kover-0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethshackleton authored Nov 17, 2024
2 parents 260057e + ffd2302 commit d10cbc8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

## Version 0.23.1

### Dependencies

* Android Gradle Plugin 8.6.1.
* Gradle 8.10.2.

## Version 0.23.0

### Fixes
Expand Down
1 change: 1 addition & 0 deletions OpenSSL/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ tasks.register<Download>("downloadOpenSslPgp") {
val url = openSslPgpUrl()
src(url)
dest(archivePgp)
onlyIfModified(true)
overwrite(false)
inputs.property("url", url)
outputs.files(archivePgp)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
selekt.versionName=0.23.0
selekt.versionName=0.23.1
selekt.nextVersionName=0.24.0

openssl.version=3.1.2
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lint = "31.5.2"
room = "2.6.1"

[libraries]
android-tools-gradle = { group = "com.android.tools.build", name = "gradle", version = "8.6.0" }
android-tools-gradle = { group = "com.android.tools.build", name = "gradle", version = "8.7.2" }
android-tools-lint = { group = "com.android.tools.lint", name = "lint", version.ref = "lint" }
android-tools-lint-api = { group = "com.android.tools.lint", name = "lint-api", version.ref = "lint" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.7.0" }
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=fdfca5dbc2834f0ece5020465737538e5ba679deeff5ab6c09621d67f8bb1a15
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-all.zip
distributionSha256Sum=73d2d553933194d8eefed0a291acbe45392ca3572ba13834cbbf373da375276d
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-all.zip
networkTimeout=120000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit d10cbc8

Please sign in to comment.