File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ before_install:
3
3
- apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1
4
4
- wget --quiet --output-document=android-sdk.zip https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip
5
5
- unzip -d android-sdk-linux android-sdk.zip
6
- - echo y | android-sdk-linux/tools/bin/sdkmanager "platforms;android-33 " >/dev/null
6
+ - echo y | android-sdk-linux/tools/bin/sdkmanager "platforms;android-34 " >/dev/null
7
7
- echo y | android-sdk-linux/tools/bin/sdkmanager "platform-tools" >/dev/null
8
- - echo y | android-sdk-linux/tools/bin/sdkmanager "build-tools;33 .0.2 " >/dev/null
8
+ - echo y | android-sdk-linux/tools/bin/sdkmanager "build-tools;34 .0.0 " >/dev/null
9
9
- echo y | android-sdk-linux/tools/bin/sdkmanager "ndk;21.3.6528147" >/dev/null
10
10
- export ANDROID_HOME=$PWD/android-sdk-linux
11
11
- export PATH=$PATH:$PWD/android-sdk-linux/platform-tools/
@@ -14,7 +14,7 @@ before_install:
14
14
- yes | android-sdk-linux/tools/bin/sdkmanager --licenses
15
15
- set -o pipefail
16
16
install :
17
- - wget https://go.dev/dl/go1.21.9 .linux-amd64.tar.gz
18
- - tar -C ~ -xzvf go1.21.9 .linux-amd64.tar.gz
17
+ - wget https://go.dev/dl/go1.22.8 .linux-amd64.tar.gz
18
+ - tar -C ~ -xzvf go1.22.8 .linux-amd64.tar.gz
19
19
- export PATH="~/go/bin:$PATH"
20
20
- ./gradlew build publishToMavenLocal
You can’t perform that action at this time.
0 commit comments