Skip to content

Commit

Permalink
fix(app, android): adopt firebase-android-sdk 31.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jul 2, 2024
1 parent 6790f37 commit dba1beb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/crashlytics/android-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ buildscript {
// ..
dependencies {
// ..
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.2'
}
// ..
}
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 : "33.1.0"
bom : "33.1.1"
],
],
])
Expand Down
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
"minSdk": 21,
"targetSdk": 34,
"compileSdk": 34,
"firebase": "33.1.0",
"firebaseCrashlyticsGradle": "3.0.0",
"firebase": "33.1.1",
"firebaseCrashlyticsGradle": "3.0.2",
"firebasePerfGradle": "1.4.2",
"gmsGoogleServicesGradle": "4.4.2",
"playServicesAuth": "21.1.1"
"playServicesAuth": "21.2.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.2'
classpath("com.android.tools.build:gradle:4.1.0")
// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion tests/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildscript {
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
classpath 'com.google.firebase:perf-plugin:1.4.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.2'
classpath 'com.google.firebase:firebase-appdistribution-gradle:5.0.0'
}
}
Expand Down

0 comments on commit dba1beb

Please sign in to comment.