Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 227a2bf

Browse files
committed
fix(ci): update to build-tools 34.0.0
1 parent 7435842 commit 227a2bf

9 files changed

+28
-28
lines changed

.github/workflows/codeql_analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
- name: Get build-tools directory
3232
id: build-tools-path
3333
shell: bash
34-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
34+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
3535

3636
- name: Cache build-tools
3737
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
3838
with:
3939
path: ${{ steps.build-tools-path.outputs.dir }}
40-
key: ${{ runner.os }}-34.0.0-rc3
40+
key: ${{ runner.os }}-34.0.0
4141

4242
- name: Set up JDK
4343
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0

.github/workflows/deploy_github_releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
- name: Get build-tools directory
2020
id: build-tools-path
2121
shell: bash
22-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
22+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
2323

2424
- name: Cache build-tools
2525
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
2626
with:
2727
path: ${{ steps.build-tools-path.outputs.dir }}
28-
key: ${{ runner.os }}-34.0.0-rc3
28+
key: ${{ runner.os }}-34.0.0
2929

3030
- name: Set up JDK
3131
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0

.github/workflows/deploy_library_releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- name: Get build-tools directory
1919
id: build-tools-path
2020
shell: bash
21-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
21+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
2222

2323
- name: Cache build-tools
2424
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
2525
with:
2626
path: ${{ steps.build-tools-path.outputs.dir }}
27-
key: ${{ runner.os }}-34.0.0-rc3
27+
key: ${{ runner.os }}-34.0.0
2828

2929
- name: Set up JDK
3030
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0

.github/workflows/deploy_snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
- name: Get build-tools directory
3131
id: build-tools-path
3232
shell: bash
33-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
33+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
3434

3535
- name: Cache build-tools
3636
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
3737
with:
3838
path: ${{ steps.build-tools-path.outputs.dir }}
39-
key: ${{ runner.os }}-34.0.0-rc3
39+
key: ${{ runner.os }}-34.0.0
4040

4141
- name: Set up JDK
4242
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0

.github/workflows/draft_new_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
- name: Get build-tools directory
4444
id: build-tools-path
4545
shell: bash
46-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
46+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
4747

4848
- name: Cache build-tools
4949
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
5050
with:
5151
path: ${{ steps.build-tools-path.outputs.dir }}
52-
key: ${{ runner.os }}-34.0.0-rc3
52+
key: ${{ runner.os }}-34.0.0
5353

5454
- name: Set up JDK
5555
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0

.github/workflows/pull_request.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
- name: Get build-tools directory
4949
id: build-tools-path
5050
shell: bash
51-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
51+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
5252

5353
- name: Cache build-tools
5454
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
5555
with:
5656
path: ${{ steps.build-tools-path.outputs.dir }}
57-
key: ${{ runner.os }}-34.0.0-rc3
57+
key: ${{ runner.os }}-34.0.0
5858

5959
- name: Set up JDK
6060
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
@@ -94,13 +94,13 @@ jobs:
9494
- name: Get build-tools directory
9595
id: build-tools-path
9696
shell: bash
97-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
97+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
9898

9999
- name: Cache build-tools
100100
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
101101
with:
102102
path: ${{ steps.build-tools-path.outputs.dir }}
103-
key: ${{ runner.os }}-34.0.0-rc3
103+
key: ${{ runner.os }}-34.0.0
104104

105105
- name: Set up JDK
106106
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
@@ -147,13 +147,13 @@ jobs:
147147
- name: Get build-tools directory
148148
id: build-tools-path
149149
shell: bash
150-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
150+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
151151

152152
- name: Cache build-tools
153153
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
154154
with:
155155
path: ${{ steps.build-tools-path.outputs.dir }}
156-
key: ${{ runner.os }}-34.0.0-rc3
156+
key: ${{ runner.os }}-34.0.0
157157

158158
- name: Set up JDK
159159
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
@@ -193,13 +193,13 @@ jobs:
193193
- name: Get build-tools directory
194194
id: build-tools-path
195195
shell: bash
196-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
196+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
197197

198198
- name: Cache build-tools
199199
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
200200
with:
201201
path: ${{ steps.build-tools-path.outputs.dir }}
202-
key: ${{ runner.os }}-34.0.0-rc3
202+
key: ${{ runner.os }}-34.0.0
203203

204204
- name: Set up JDK
205205
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
@@ -239,13 +239,13 @@ jobs:
239239
- name: Get build-tools directory
240240
id: build-tools-path
241241
shell: bash
242-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
242+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
243243

244244
- name: Cache build-tools
245245
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
246246
with:
247247
path: ${{ steps.build-tools-path.outputs.dir }}
248-
key: ${{ runner.os }}-34.0.0-rc3
248+
key: ${{ runner.os }}-34.0.0
249249

250250
- name: Set up JDK
251251
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
@@ -285,13 +285,13 @@ jobs:
285285
- name: Get build-tools directory
286286
id: build-tools-path
287287
shell: bash
288-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
288+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
289289

290290
- name: Cache build-tools
291291
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
292292
with:
293293
path: ${{ steps.build-tools-path.outputs.dir }}
294-
key: ${{ runner.os }}-34.0.0-rc3
294+
key: ${{ runner.os }}-34.0.0
295295

296296
- name: Set up JDK
297297
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0

.github/workflows/shadow_job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
- name: Get build-tools directory
4646
id: build-tools-path
4747
shell: bash
48-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
48+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
4949

5050
- name: Cache build-tools
5151
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
5252
with:
5353
path: ${{ steps.build-tools-path.outputs.dir }}
54-
key: ${{ runner.os }}-34.0.0-rc3
54+
key: ${{ runner.os }}-34.0.0
5555

5656
- name: Set up JDK
5757
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0

.github/workflows/sync_crowdin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- name: Get build-tools directory
1919
id: build-tools-path
2020
shell: bash
21-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
21+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
2222

2323
- name: Cache build-tools
2424
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
2525
with:
2626
path: ${{ steps.build-tools-path.outputs.dir }}
27-
key: ${{ runner.os }}-34.0.0-rc3
27+
key: ${{ runner.os }}-34.0.0
2828

2929
- name: Set up JDK
3030
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0

.github/workflows/update_publicsuffix_data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- name: Get build-tools directory
1919
id: build-tools-path
2020
shell: bash
21-
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0-rc3" >> "${GITHUB_OUTPUT}"
21+
run: echo "dir=${ANDROID_HOME}/build-tools/34.0.0" >> "${GITHUB_OUTPUT}"
2222

2323
- name: Cache build-tools
2424
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
2525
with:
2626
path: ${{ steps.build-tools-path.outputs.dir }}
27-
key: ${{ runner.os }}-34.0.0-rc3
27+
key: ${{ runner.os }}-34.0.0
2828

2929
- name: Set up JDK
3030
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0

0 commit comments

Comments
 (0)