We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5974c5e commit bf89d99Copy full SHA for bf89d99
buildSrc/build.gradle
@@ -34,7 +34,7 @@ repositories {
34
// Refer latest "perf-plugin" released version on https://maven.google.com/web/index.html?q=perf-plugin#com.google.firebase:perf-plugin
35
// The System property allows us to integrate with an unreleased version from https://bityl.co/3oYt.
36
// Refer go/fireperf-plugin-test-on-head for more details.
37
-def perfPluginVersion = System.getenv("FIREBASE_PERF_PLUGIN_VERSION") ?: "1.3.4"
+def perfPluginVersion = System.getenv("FIREBASE_PERF_PLUGIN_VERSION") ?: "1.3.5"
38
39
googleJavaFormat {
40
toolVersion = '1.7'
0 commit comments