Skip to content

Commit b52cba2

Browse files
committed
chore(ci)_: bump universal apk size limit to 125MB (#21486)
1 parent f8a1712 commit b52cba2

12 files changed

+12
-12
lines changed

ci/Jenkinsfile.android

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].12'
2+
library '[email protected].13'
33

44
/* Options section can't access functions in objects. */
55
def isPRBuild = utils.isPRBuild()

ci/Jenkinsfile.combined

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].12'
2+
library '[email protected].13'
33

44
import groovy.json.JsonBuilder
55

ci/Jenkinsfile.e2e-nightly

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].12'
2+
library '[email protected].13'
33

44
pipeline {
55
agent { label 'linux' }

ci/Jenkinsfile.ios

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].12'
2+
library '[email protected].13'
33

44
/* Options section can't access functions in objects. */
55
def isPRBuild = utils.isPRBuild()

ci/Jenkinsfile.tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].12'
2+
library '[email protected].13'
33

44
/* Options section can't access functions in objects. */
55
def isPRBuild = utils.isPRBuild()

ci/tests/Jenkinsfile.e2e-nightly

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].12'
2+
library '[email protected].13'
33

44
pipeline {
55

ci/tests/Jenkinsfile.e2e-prs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].12'
2+
library '[email protected].13'
33

44
pipeline {
55

ci/tests/Jenkinsfile.e2e-upgrade

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].12'
2+
library '[email protected].13'
33

44
pipeline {
55

ci/tools/Jenkinsfile.fastlane-clean

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].12'
2+
library '[email protected].13'
33

44
pipeline {
55
agent { label 'macos' }

ci/tools/Jenkinsfile.nix-cache

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].12'
2+
library '[email protected].13'
33

44
pipeline {
55
agent { label params.AGENT_LABEL }

ci/tools/Jenkinsfile.playstore-meta

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].12'
2+
library '[email protected].13'
33

44
pipeline {
55
agent { label 'linux' }

ci/tools/Jenkinsfile.xcode-clean

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env groovy
2-
library '[email protected].12'
2+
library '[email protected].13'
33

44
pipeline {
55
agent {

0 commit comments

Comments
 (0)