Commit c971ab6 1 parent f1986f8 commit c971ab6 Copy full SHA for c971ab6
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,10 @@ matrix:
152
152
- export GOPATH=$HOME/go
153
153
script :
154
154
# 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
159
159
160
160
- mkdir -p $GOPATH/src/github.com/ethereum
161
161
- ln -s `pwd` $GOPATH/src/github.com/ethereum
You can’t perform that action at this time.
0 commit comments