Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent e716596 commit cbf07f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_local_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instrumented_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
androidGradlePlugin = "8.1.1"
androidxActivity = "1.7.2"
androidxComposeBom = "2023.08.00"
androidxComposeBom = "2023.09.01"
androidxComposeCompiler = "1.5.3"
androidxCore = "1.10.1"
androidxCore = "1.12.0"
androidxHilt = "1.0.0"
androidxLifecycle = "2.6.1"
androidxNavigation = "2.7.1"
androidxLifecycle = "2.6.2"
androidxNavigation = "2.7.3"
androidxRoom = "2.5.2"
androidxTestCore = "1.5.0"
androidxTestExt = "1.1.5"
Expand Down

0 comments on commit cbf07f3

Please sign in to comment.