android-sdk: 24.3.4 -> 24.4, android-ndk: r10c -> r10e

This commit is contained in:
taku0
2015-10-18 19:02:23 +09:00
parent ad0d3bd110
commit 11af8857cd
7 changed files with 31 additions and 23 deletions
@@ -259,8 +259,8 @@ in
android_support_extra = buildGoogleApis {
name = "android_support_extra";
src = fetchurl {
url = https://dl.google.com/android/repository/support_r23.0.1.zip;
sha1 = "fbe529716943053d0ce0d7f058d79f1a848cdff9";
url = https://dl.google.com/android/repository/support_r23.1.zip;
sha1 = "c43a56fcd1c2aa620f6178a0ef529623ed77b3c7";
};
meta = {
description = "Android Support Library";