Skip to content

Commit

Permalink
upgrade ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Mar 21, 2019
1 parent b8832af commit ffe1530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/lib/setup/nix/mobile/android-ndk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
{ stdenv, fetchzip }:

let
ndk-version = "r10e";
ndk-version = "r17c";
archives = {
macosx = fetchzip {
url = "https://dl.google.com/android/repository/android-ndk-${ndk-version}-darwin-x86_64.zip";
sha256 = "0pqagwqrp6sw7l5hcbjs308wqnxyslnpr7x8svs58dlkzn70255q";
sha256 = "0299m2l8jp773r9y1l9jbyy4xw2mvsz8gqv5b409gwclq8apip1w";
};
linux = fetchzip {
url = "https://dl.google.com/android/repository/android-ndk-${ndk-version}-linux-x86_64.zip";
Expand Down

0 comments on commit ffe1530

Please sign in to comment.