Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#770)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 28, 2024
1 parent 1f16365 commit 08ca302
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "sdk.dir=${ANDROID_HOME}" > local.properties
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.11.1
uses: gradle/gradle-build-action@v2.12.0

- name: Build with Gradle
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
restore-keys: native-cache-

- name: Setup Gradle
uses: gradle/gradle-build-action@v2.11.1
uses: gradle/gradle-build-action@v2.12.0

- name: Build with Gradle
run: |
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.2.1"
agp = "8.2.2"
appCenter = "5.0.4"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.17"
Expand Down

0 comments on commit 08ca302

Please sign in to comment.