Skip to content

Commit c971ab6

Browse files
ligikaralabe
authored andcommitted
travis: use NDK 17b for Android archives (#17029)
1 parent f1986f8 commit c971ab6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ matrix:
152152
- export GOPATH=$HOME/go
153153
script:
154154
# Build the Android archive and upload it to Maven Central and Azure
155-
- curl https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip -o android-ndk-r16b.zip
156-
- unzip -q android-ndk-r16b.zip && rm android-ndk-r16b.zip
157-
- mv android-ndk-r16b $HOME
158-
- export ANDROID_NDK=$HOME/android-ndk-r16b
155+
- curl https://dl.google.com/android/repository/android-ndk-r17b-linux-x86_64.zip -o android-ndk-r17b.zip
156+
- unzip -q android-ndk-r17b.zip && rm android-ndk-r17b.zip
157+
- mv android-ndk-r17b $HOME
158+
- export ANDROID_NDK=$HOME/android-ndk-r17b
159159

160160
- mkdir -p $GOPATH/src/github.com/ethereum
161161
- ln -s `pwd` $GOPATH/src/github.com/ethereum

0 commit comments

Comments
 (0)