Skip to content

Commit

Permalink
VC-1424 - Firebase Analytics Crash the app (#627)
Browse files Browse the repository at this point in the history
https://jesusfilmmedia.atlassian.net/browse/VC-1424

Co-authored-by: Vlad Mitkovsky <vlad@mitkovsky.com>
  • Loading branch information
lumberman and Vlad Mitkovsky authored Apr 16, 2021
1 parent 113965e commit 8b5fb9a
Show file tree
Hide file tree
Showing 8 changed files with 9,176 additions and 25,809 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ buildscript {
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

// Voke: Crashlytics
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.1'
// Voke: Firebase
classpath 'com.google.gms:google-services:4.3.4'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.1'
classpath 'com.google.firebase:perf-plugin:1.3.5'
// Voke: Fastline Travis
classpath 'org.ajoberstar:gradle-git:1.7.2'
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ android.useAndroidX=true
android.enableJetifier=true

# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.75.1
FLIPPER_VERSION=0.85.1
5 changes: 1 addition & 4 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ target 'Voke' do
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable the next line.
# use_flipper!()
# https://github.com/facebook/react-native/issues/30836#issuecomment-772830882
use_flipper!({ 'Flipper-Folly' => '2.5' })

use_flipper!({ 'Flipper' => '0.85.0' })

post_install do |installer|
installer.pods_project.targets.each do |target|
Expand Down
Loading

0 comments on commit 8b5fb9a

Please sign in to comment.