Skip to content

Commit 6bc7df0

Browse files
ligikielbarry
authored andcommitted
travis: use NDK 17b for Android archives (ethereum#17029)
1 parent 1b0b282 commit 6bc7df0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
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)