Skip to content

Commit

Permalink
fix(app, android): adopt firebase-android-sdk 32.7.4
Browse files Browse the repository at this point in the history
note this includes app-distribution gradle plugin 4.2.0
  • Loading branch information
mikehardy committed Mar 23, 2024
1 parent 1d26d34 commit 6793b1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/app-distribution/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add the plugin to your `/android/build.gradle` file as a dependency:
buildscript {
dependencies {
// ...
classpath 'com.google.firebase:firebase-appdistribution-gradle:4.1.0'
classpath 'com.google.firebase:firebase-appdistribution-gradle:4.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ project.ext {
// Overriding Library SDK Versions
firebase: [
// Override Firebase SDK Version
bom : "32.7.2"
bom : "32.7.4"
],
],
])
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"minSdk": 19,
"targetSdk": 33,
"compileSdk": 33,
"firebase": "32.7.2",
"firebase": "32.7.4",
"firebaseCrashlyticsGradle": "2.9.9",
"firebasePerfGradle": "1.4.2",
"gmsGoogleServicesGradle": "4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ buildscript {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
classpath 'com.google.firebase:perf-plugin:1.4.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
classpath 'com.google.firebase:firebase-appdistribution-gradle:4.1.0'
classpath 'com.google.firebase:firebase-appdistribution-gradle:4.2.0'
}
}

Expand Down

0 comments on commit 6793b1d

Please sign in to comment.