File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Add the plugin to your `/android/build.gradle` file as a dependency:
34
34
buildscript {
35
35
dependencies {
36
36
// ...
37
- classpath 'com.google.firebase:firebase-appdistribution-gradle:4.1 .0'
37
+ classpath 'com.google.firebase:firebase-appdistribution-gradle:4.2 .0'
38
38
}
39
39
```
40
40
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ project.ext {
290
290
// Overriding Library SDK Versions
291
291
firebase: [
292
292
// Override Firebase SDK Version
293
- bom : "32.7.2 "
293
+ bom : "32.7.4 "
294
294
],
295
295
],
296
296
])
Original file line number Diff line number Diff line change 81
81
"minSdk" : 19 ,
82
82
"targetSdk" : 33 ,
83
83
"compileSdk" : 33 ,
84
- "firebase" : " 32.7.2 " ,
84
+ "firebase" : " 32.7.4 " ,
85
85
"firebaseCrashlyticsGradle" : " 2.9.9" ,
86
86
"firebasePerfGradle" : " 1.4.2" ,
87
87
"gmsGoogleServicesGradle" : " 4.4.1" ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ buildscript {
37
37
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin" )
38
38
classpath ' com.google.firebase:perf-plugin:1.4.2'
39
39
classpath ' com.google.firebase:firebase-crashlytics-gradle:2.9.9'
40
- classpath ' com.google.firebase:firebase-appdistribution-gradle:4.1 .0'
40
+ classpath ' com.google.firebase:firebase-appdistribution-gradle:4.2 .0'
41
41
}
42
42
}
43
43
You can’t perform that action at this time.
0 commit comments