Skip to content

Commit

Permalink
pin these for M129 (#4807)
Browse files Browse the repository at this point in the history
* pin these for M129

* bump slightly

* re-pin well known types

---------

Co-authored-by: David Motsonashvili <davidmotson@google.com>
  • Loading branch information
davidmotson and David Motsonashvili committed Mar 21, 2023
1 parent 47e7a88 commit 71772b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firebase-appdistribution/firebase-appdistribution.gradle
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation 'com.google.firebase:firebase-common:20.3.1'
testImplementation project(path: ':firebase-appdistribution')
testImplementation project(':integ-testing')
runtimeOnly 'com.google.firebase:firebase-installations:17.1.2'
runtimeOnly 'com.google.firebase:firebase-installations:17.1.3'

implementation libs.javax.inject
vendor (libs.dagger.dagger) {
Expand Down
2 changes: 1 addition & 1 deletion firebase-crashlytics/firebase-crashlytics.gradle
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation project(':transport:transport-runtime')
implementation project(':transport:transport-backend-cct')
implementation 'com.google.firebase:firebase-installations-interop:17.1.0'
runtimeOnly project(':firebase-installations')
runtimeOnly 'com.google.firebase:firebase-installations:17.1.3'
implementation 'com.google.firebase:firebase-measurement-connector:18.0.2'
implementation "com.google.android.gms:play-services-tasks:18.0.1"

Expand Down

0 comments on commit 71772b3

Please sign in to comment.