From a9e75da378eb55180681ab25d172334a607226d4 Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Fri, 21 Apr 2017 19:51:02 -0400 Subject: [PATCH] Make r25.2.3 the default Android SDK Remove the old r24.4.1 version. --- servo-build-dependencies/map.jinja | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/servo-build-dependencies/map.jinja b/servo-build-dependencies/map.jinja index 00869ea5..744126be 100644 --- a/servo-build-dependencies/map.jinja +++ b/servo-build-dependencies/map.jinja @@ -1,12 +1,7 @@ {% set android = { 'sdk': { - 'current': 'r24.4.1', - 'r24.4.1': { - 'build_tools': '23.0.3', - 'platform': '18', - 'sha512': '778f43ab1d220bdc30087759862d2c0f3fa59e44122cc99666d57f37f69d46b14e4b8583e20234e23aaed4e291f5a21e607d08f69a2a9e73332889091054b8c9', - }, + 'current': 'r25.2.3', 'r25.2.3': { 'build_tools': '25.0.2', 'platform': '25',