Skip to content

Commit 87cdfc6

Browse files
committed
build changes
1 parent 8ab5207 commit 87cdfc6

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ clean {
133133
task downloadBootstraps(){
134134
doLast {
135135
def version = 20
136-
downloadBootstrap("aarch64", "13e06699b3f75010e482b777abdc2d2ccd1e24c0b65a204dbf072953b60675d7", version)
137-
downloadBootstrap("arm", "e2cb8607142e74aaeb1e717f1fcdde6d31a08e0396ccc6f09e25b1da3ec7f585", version)
138-
downloadBootstrap("i686", "2b8bf0077e7977828a8cbeb5cfc2c4857254d2cbe97bdcdc413f1dcf45876936", version)
139-
downloadBootstrap("x86_64", "368461228f31cf2a64e3f9efe4c50cf9c85f78e98fc314409f792c37d2025efb", version)
136+
downloadBootstrap("aarch64", "e3a36a6e58c3fd0d2e62646474cc50c072e53749b96a41760663a26da60bc046", version)
137+
downloadBootstrap("arm", "941c03d82e27090f293263157a01ccc9a15ffe940088606f6a63f4d384732c4e", version)
138+
downloadBootstrap("i686", "bc5d461aa19c7cf55533c8b41cf74f7ffe6bb792ea1869e81d0cd0533dd63104", version)
139+
downloadBootstrap("x86_64", "dbe08a067f2cc76af50cec92fc1f0bb66aaaaf939189a9c2981ff2490020e5cc", version)
140140
}
141141
}
142142

bootstrap/bootstrap-aarch64.zip

13 Bytes
Binary file not shown.

bootstrap/bootstrap-arm.zip

13 Bytes
Binary file not shown.

bootstrap/bootstrap-i686.zip

13 Bytes
Binary file not shown.

bootstrap/bootstrap-x86_64.zip

13 Bytes
Binary file not shown.

bootstrap/changes.zip

13 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)