File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app-distribution/plugin/__tests__/__snapshots__ Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Please refer to the official deprecation FAQ for complete migration guidance and
6161- Auth play services has been bumped from ` 21.3.0 ` to ` 21.4.0 ` .
6262- Crashlytics gradle plugin has been bumped from ` 3.0.4 ` to ` 3.0.5 ` .
6363- Performance gradle plugin has been bumped from ` 1.4.2 ` to ` 2.0.0 ` .
64- - App distribution gradle plugin has been bumped from ` 5.1.1 ` to ` 5.1.2 ` .
64+ - App distribution gradle plugin has been bumped from ` 5.1.0 ` to ` 5.1.1 ` .
6565
6666# iOS platform
6767
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 - appdistribution - gradle :5.1 .2 '
18+ classpath 'com.google.firebase:firebase - appdistribution - gradle :5.1 .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 8888 "firebasePerfGradle" : " 2.0.1" ,
8989 "gmsGoogleServicesGradle" : " 4.4.3" ,
9090 "playServicesAuth" : " 21.4.0" ,
91- "firebaseAppDistributionGradle" : " 5.1.2 "
91+ "firebaseAppDistributionGradle" : " 5.1.1 "
9292 }
9393 }
9494}
You can’t perform that action at this time.
0 commit comments