File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
crashlytics/plugin/__tests__/__snapshots__
perf/plugin/__tests__/__snapshots__ Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ buildscript {
4040 // ..
4141 dependencies {
4242 // ..
43- classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.4 '
43+ classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.6 '
4444 }
4545 // ..
4646}
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ project.ext {
320320 // Overriding Library SDK Versions
321321 firebase: [
322322 // Override Firebase SDK Version
323- bom : "34.0 .0"
323+ bom : "34.1 .0"
324324 ],
325325 ],
326326 ])
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Add the plugin to your `/android/build.gradle` file as a dependency:
3838buildscript {
3939 dependencies {
4040 // ...
41- classpath 'com.google.firebase:perf-plugin:1.4.2 '
41+ classpath 'com.google.firebase:perf-plugin:2.0.1 '
4242 }
4343```
4444
Original file line number Diff line number Diff line change 8383 "minSdk" : 23 ,
8484 "targetSdk" : 34 ,
8585 "compileSdk" : 34 ,
86- "firebase" : " 34.0 .0" ,
87- "firebaseCrashlyticsGradle" : " 3.0.5 " ,
88- "firebasePerfGradle" : " 2.0.0 " ,
86+ "firebase" : " 34.1 .0" ,
87+ "firebaseCrashlyticsGradle" : " 3.0.6 " ,
88+ "firebasePerfGradle" : " 2.0.1 " ,
8989 "gmsGoogleServicesGradle" : " 4.4.3" ,
9090 "playServicesAuth" : " 21.4.0" ,
9191 "firebaseAppDistributionGradle" : " 5.1.2"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
1515 jcenter()
1616 }
1717 dependencies {
18- classpath 'com.google.firebase:firebase - crashlytics - gradle :3.0 .5 '
18+ classpath 'com.google.firebase:firebase - crashlytics - gradle :3.0 .6 '
1919 classpath("com.android.tools.build:gradle:4.1.0")
2020
2121 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
1515 jcenter()
1616 }
1717 dependencies {
18- classpath 'com.google.firebase:perf - plugin :2.0 .0 '
18+ classpath 'com.google.firebase:perf - plugin :2.0 .1 '
1919 classpath("com.android.tools.build:gradle:4.1.0")
2020
2121 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ buildscript {
3535 classpath ' com.android.tools.build:gradle:8.9.2' // https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google
3636 classpath(" com.facebook.react:react-native-gradle-plugin" )
3737 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin" )
38- classpath ' com.google.firebase:perf-plugin:1.4.2 '
39- classpath ' com.google.firebase:firebase-crashlytics-gradle:3.0.4 '
38+ classpath ' com.google.firebase:perf-plugin:2.0.1 '
39+ classpath ' com.google.firebase:firebase-crashlytics-gradle:3.0.6 '
4040 classpath ' com.google.firebase:firebase-appdistribution-gradle:5.1.1'
4141 }
4242}
You can’t perform that action at this time.
0 commit comments