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 @@ -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-r15c -linux-x86_64.zip -o android-ndk-r15c .zip
156- - unzip -q android-ndk-r15c .zip && rm android-ndk-r15c .zip
157- - mv android-ndk-r15c $HOME
158- - export ANDROID_NDK=$HOME/android-ndk-r15c
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
159159
160160 - mkdir -p $GOPATH/src/github.com/ethereum
161161 - ln -s `pwd` $GOPATH/src/github.com/ethereum
You can’t perform that action at this time.
0 commit comments