Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use latest android & ios Firebase SDKs version #3956

Merged
merged 10 commits into from
Jul 24, 2020
11 changes: 7 additions & 4 deletions tests/android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
// Add the Firebase Crashlytics plugin.

apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
apply plugin: 'com.google.firebase.crashlytics'
russellwheatley marked this conversation as resolved.
Show resolved Hide resolved




apply plugin: "com.google.firebase.firebase-perf"

crashlytics {
enableNdk true
}

import com.android.build.OutputFile

Expand Down
7 changes: 2 additions & 5 deletions tests/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ buildscript {
google()
jcenter()
mavenCentral()
maven {
url 'https://maven.fabric.io/public'
}
}
dependencies {
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.google.gms:google-services:4.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.google.firebase:perf-plugin:1.3.0'
classpath 'io.fabric.tools:gradle:1.28.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.2.0'
}
}

Expand Down
6 changes: 3 additions & 3 deletions tests/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ PODS:
- RNFBApp (8.2.0):
- Firebase/CoreOnly (= 6.27.0)
russellwheatley marked this conversation as resolved.
Show resolved Hide resolved
- React
- RNFBAuth (8.1.2):
- RNFBAuth (8.2.0):
- Firebase/Auth (= 6.27.0)
- React
- RNFBApp
Expand Down Expand Up @@ -811,7 +811,7 @@ SPEC CHECKSUMS:
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
Google-Mobile-Ads-SDK: c92c27666fbf684c964259785a6b3cdd3068e06f
GoogleAPIClientForREST: 9f49df9fac7867b459187e687fed3066b2be049a
GoogleAPIClientForREST: e50dc3267b3131ee3a25e707c10204f6bec15ae9
GoogleAppMeasurement: 2fd5c5a56c069db635c8e7b92d4809a9591d0a69
GoogleDataTransport: 9a8a16f79feffc7f42096743de2a7c4815e84020
GoogleDataTransportCCTSupport: 489c1265d2c85b68187a83a911913d190012158d
Expand Down Expand Up @@ -846,7 +846,7 @@ SPEC CHECKSUMS:
RNFBAdMob: e9a35a4fc9a1c834cf417e00b8a7407d905cef74
RNFBAnalytics: ac3ca513f27675262ad595201f1b34be9b3104bf
RNFBApp: dd57921f823d775ddac88729b7615a4b081c6303
RNFBAuth: 8c8603976de5ab4d83882eba03964e7397a16bab
RNFBAuth: 33cbc9456cf11ed92bc290c942bc136c252f8b39
RNFBCrashlytics: bfac1124ecc559f5aea0f57970eff27ce9ff5d6e
RNFBDatabase: cd496b57dbeaa1cf00556ff7ad2a4c46e316855f
RNFBDynamicLinks: 046e66825385d2cd919cc7bbf031c27c9252584a
Expand Down