Skip to content

Commit

Permalink
Merge pull request #252 from Kotlin-Android-Open-Source/renovate/all-…
Browse files Browse the repository at this point in the history
…deps

chore(deps): update all dependencies
  • Loading branch information
hoc081098 authored Nov 24, 2024
2 parents b0db449 + 107159a commit d23ef1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace

- name: Upload Test Report
uses: codecov/codecov-action@v5.0.2
uses: codecov/codecov-action@v5.0.7
with:
files: ./app/build/reports/kover/reportDebug.xml
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/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-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
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-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit d23ef1d

Please sign in to comment.