Skip to content

Commit

Permalink
Gradle: Update wrapper to version 8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
saschpe committed Jun 12, 2024
1 parent 60f80e2 commit 8ce196a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
- Use more unique (internal) content provider authorities. Avoids potential clashes in apps integrating the library
- Dependency update:
- [Gradle 8.8](https://docs.gradle.org/8.8/release-notes.html)

## [1.3.1] - 2024-05-22
- FileLogger: Remove constructor with `kotlinx.io.files.Path`
Expand Down
5 changes: 0 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,3 @@ org.gradle.parallel=true
# Kotlin
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true

# Android
android.enableJetifier=true
android.injected.testOnly=false
android.useAndroidX=true
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down

0 comments on commit 8ce196a

Please sign in to comment.