File tree Expand file tree Collapse file tree 5 files changed +161
-161
lines changed Expand file tree Collapse file tree 5 files changed +161
-161
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ buildscript {
70
70
// ... other dependencies
71
71
// NOTE: if you are on react-native 0.71 or below, you must not update
72
72
// the google-services plugin past version 4.3.15 as it requires gradle >= 7.3.0
73
- classpath 'com.google.gms:google-services:4.4.1 '
73
+ classpath 'com.google.gms:google-services:4.4.2 '
74
74
// Add me --- /\
75
75
}
76
76
}
@@ -290,7 +290,7 @@ project.ext {
290
290
// Overriding Library SDK Versions
291
291
firebase: [
292
292
// Override Firebase SDK Version
293
- bom : "33.0 .0"
293
+ bom : "33.1 .0"
294
294
],
295
295
],
296
296
])
@@ -305,7 +305,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
305
305
306
306
``` ruby
307
307
# Override Firebase SDK Version
308
- $FirebaseSDKVersion = ' 10.25 .0'
308
+ $FirebaseSDKVersion = ' 10.27 .0'
309
309
```
310
310
311
311
Once changed, reinstall your projects pods via pod install and rebuild your project with ` npx react-native run-ios ` .
Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ dependencies {
96
96
api appProject
97
97
implementation platform(" com.google.firebase:firebase-bom:${ ReactNative.ext.getVersion("firebase", "bom")} " )
98
98
// TODO remove the specific version once it is out of beta and participates in bom versioning
99
- implementation ' com.google.firebase:firebase-appdistribution-api:16.0.0-beta12 '
99
+ implementation ' com.google.firebase:firebase-appdistribution-api:16.0.0-beta13 '
100
100
// TODO demonstrate how to only include this in certain build variants
101
101
// - perhaps have firebase.json name the variants to include, then roll through variants here and only
102
102
// add the dependency to variants that match? Or... (PRs welcome...)
103
- // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta12 '
103
+ // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta13 '
104
104
}
105
105
106
106
ReactNative . shared. applyPackageVersion()
Original file line number Diff line number Diff line change 73
73
},
74
74
"sdkVersions" : {
75
75
"ios" : {
76
- "firebase" : " 10.25 .0" ,
76
+ "firebase" : " 10.27 .0" ,
77
77
"iosTarget" : " 11.0" ,
78
78
"macosTarget" : " 10.13"
79
79
},
80
80
"android" : {
81
81
"minSdk" : 21 ,
82
82
"targetSdk" : 34 ,
83
83
"compileSdk" : 34 ,
84
- "firebase" : " 33.0 .0" ,
84
+ "firebase" : " 33.1 .0" ,
85
85
"firebaseCrashlyticsGradle" : " 3.0.0" ,
86
86
"firebasePerfGradle" : " 1.4.2" ,
87
- "gmsGoogleServicesGradle" : " 4.4.1 " ,
87
+ "gmsGoogleServicesGradle" : " 4.4.2 " ,
88
88
"playServicesAuth" : " 21.1.1"
89
89
}
90
90
}
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ buildscript {
31
31
mavenCentral()
32
32
}
33
33
dependencies {
34
- classpath ' com.google.gms:google-services:4.4.1 ' // https://developers.google.com/android/guides/google-services-plugin
34
+ classpath ' com.google.gms:google-services:4.4.2 ' // https://developers.google.com/android/guides/google-services-plugin
35
35
classpath(" com.android.tools.build:gradle:8.4.0" )
36
36
classpath(" com.facebook.react:react-native-gradle-plugin" )
37
37
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin" )
38
38
classpath ' com.google.firebase:perf-plugin:1.4.2'
39
- classpath ' com.google.firebase:firebase-crashlytics-gradle:3.0.0 '
39
+ classpath ' com.google.firebase:firebase-crashlytics-gradle:3.0.1 '
40
40
classpath ' com.google.firebase:firebase-appdistribution-gradle:5.0.0'
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments