CircleCI-Public / android-orb

An orb for working with Android on CircleCI
https://circleci.com/developer/orbs/orb/circleci/android
MIT License
41 stars 25 forks source link

Cannot install NDK v23 and after #28

Closed guillaume-tgl closed 2 years ago

guillaume-tgl commented 2 years ago

Orb version

1.0.3

What happened

I tried to upgrade the NDK version to r23b but it failed with error: curl: (22) The requested URL returned error: 404 Not Found. The URL used to install the NDK is: https://dl.google.com/android/repository/android-ndk-r23b-linux-x86_64.zip

Expected behavior

The URL should be https://dl.google.com/android/repository/android-ndk-r23b-linux.zip

gmemstr commented 2 years ago

It looks like very recently Google dropped the x86_64 suffix from the files. I think we can do the same in this case and mark it as a minor version to avoid breakages for those pinned to it.

guillaume-tgl commented 2 years ago

Seems to be fixed since v2