Skip to content

Commit

Permalink
Merge branch 'trunk' into issue/21354-feedback-form-a8c
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury authored Oct 25, 2024
2 parents 0cf121a + 854ad77 commit 6eded72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
updates:
- package-ecosystem: "gradle"
open-pull-requests-limit: 6
directory: "/"
directory: "gradle/"
schedule:
interval: "daily"
labels:
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ fladle = '0.17.5'
google-dagger = "2.50"
google-exoplayer = '2.13.3'
google-flexboxlayout = '3.0.0'
google-firebase-bom = '33.5.0'
google-firebase-bom = '33.5.1'
google-firebase-iid = '21.1.0'
google-gson = '2.11.0'
google-material = '1.12.0'
google-mlkit-barcode-scanning-common = '17.0.0'
google-mlkit-barcode-scanning-main = '17.3.0'
google-mlkit-text-recognition = '16.0.1'
google-play-app-update = '2.1.0'
google-play-review = '2.0.1'
google-play-review = '2.0.2'
google-play-services-auth = '20.4.1'
google-services = '4.4.2'
gravatar = '1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion libs/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ext {
gravatarSdkVersion = '0.2.0'

// main
androidxAppCompatVersion = '1.6.1'
androidxAppCompatVersion = '1.7.0'
androidxCoreVersion = '1.12.0'
androidxConstraintLayoutVersion = '2.1.4'
daggerVersion = '2.52'
Expand Down

0 comments on commit 6eded72

Please sign in to comment.