Skip to content

Commit 25fddad

Browse files
MichaelVerdonmikehardy
authored andcommitted
fix(app-distribution, android): use correct app-distribution gradle version 5.1.1
1 parent 7c041ac commit 25fddad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/migrating-to-v23.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/app-distribution/plugin/__tests__/__snapshots__/androidPlugin.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
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
}

0 commit comments

Comments
 (0)