Skip to content

Commit

Permalink
Merge branch 'master' into renovate/compose.bom
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigoriym authored Dec 15, 2024
2 parents 291e607 + f36b7e0 commit 8fefcbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: ./gradlew test jacocoAggregatedReport

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
compose-bom = "2024.12.01"
firebase-bom = "33.5.1"
firebase-bom = "33.7.0"
firebaseCrashlytics = "3.0.2"

kotlin = "2.0.0"
Expand All @@ -23,7 +23,7 @@ androidTools = "31.7.2"

hilt = "2.52"
androidx-hilt = "1.2.0"
navigation = "2.8.3"
navigation = "2.8.5"
lifecycle = "2.8.7"
work = "2.9.1"
appcompat = "1.7.0"
Expand Down Expand Up @@ -54,7 +54,7 @@ androidxTestRules = "1.6.1"

material = "1.12.0"

robolectric = "4.13"
robolectric = "4.14.1"

moduleGraphAssertion = "2.7.1"

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.10.2-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 8fefcbd

Please sign in to comment.