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 and JoseAlcerreca committed Jan 29, 2024
1 parent 9a77d57 commit 57b431f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_local_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
run: bash customizer.sh com.android.blah MyNewModel MyNewApplication

- name: "Check that customizer ran correctly"
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "app/src/main/java/com/android/blah/MyNewApplication.kt"
fail: false

- name: "Check that customizer removed all unnecessary files"
id: customizer_rm
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: ".git/config"
fail: false
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
androidGradlePlugin = "8.2.1"
androidGradlePlugin = "8.2.2"
androidxActivity = "1.8.2"
androidxComposeBom = "2023.10.01"
androidxComposeBom = "2024.01.00"
androidxComposeCompiler = "1.5.8"
androidxCore = "1.12.0"
androidxHilt = "1.1.0"
Expand Down

0 comments on commit 57b431f

Please sign in to comment.