Skip to content

Commit 6eded72

Browse files
authored
Merge branch 'trunk' into issue/21354-feedback-form-a8c
2 parents 0cf121a + 854ad77 commit 6eded72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
updates:
33
- package-ecosystem: "gradle"
44
open-pull-requests-limit: 6
5-
directory: "/"
5+
directory: "gradle/"
66
schedule:
77
interval: "daily"
88
labels:

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ fladle = '0.17.5'
5252
google-dagger = "2.50"
5353
google-exoplayer = '2.13.3'
5454
google-flexboxlayout = '3.0.0'
55-
google-firebase-bom = '33.5.0'
55+
google-firebase-bom = '33.5.1'
5656
google-firebase-iid = '21.1.0'
5757
google-gson = '2.11.0'
5858
google-material = '1.12.0'
5959
google-mlkit-barcode-scanning-common = '17.0.0'
6060
google-mlkit-barcode-scanning-main = '17.3.0'
6161
google-mlkit-text-recognition = '16.0.1'
6262
google-play-app-update = '2.1.0'
63-
google-play-review = '2.0.1'
63+
google-play-review = '2.0.2'
6464
google-play-services-auth = '20.4.1'
6565
google-services = '4.4.2'
6666
gravatar = '1.0.0'

libs/login/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ext {
4343
gravatarSdkVersion = '0.2.0'
4444

4545
// main
46-
androidxAppCompatVersion = '1.6.1'
46+
androidxAppCompatVersion = '1.7.0'
4747
androidxCoreVersion = '1.12.0'
4848
androidxConstraintLayoutVersion = '2.1.4'
4949
daggerVersion = '2.52'

0 commit comments

Comments
 (0)