Skip to content

Commit bf89d99

Browse files
Update perf plugin version (#2459)
1 parent 5974c5e commit bf89d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repositories {
3434
// Refer latest "perf-plugin" released version on https://maven.google.com/web/index.html?q=perf-plugin#com.google.firebase:perf-plugin
3535
// The System property allows us to integrate with an unreleased version from https://bityl.co/3oYt.
3636
// Refer go/fireperf-plugin-test-on-head for more details.
37-
def perfPluginVersion = System.getenv("FIREBASE_PERF_PLUGIN_VERSION") ?: "1.3.4"
37+
def perfPluginVersion = System.getenv("FIREBASE_PERF_PLUGIN_VERSION") ?: "1.3.5"
3838

3939
googleJavaFormat {
4040
toolVersion = '1.7'

0 commit comments

Comments
 (0)