Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Make r25.2.3 the default Android SDK" #663

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Revert "Make r25.2.3 the default Android SDK"

This reverts commit a9e75da.
`./mach build --android --dev` does not work with SDK 25.2.3.

SDK 25.2.3 is still available for the `./mach package step`.
  • Loading branch information
aneeshusa committed May 8, 2017
commit b8cdea03da78bb050b57c17905e77ef9e88c8443
@@ -1,7 +1,12 @@
{%
set android = {
'sdk': {
'current': 'r25.2.3',
'current': 'r24.4.1',
'r24.4.1': {
'build_tools': '23.0.3',
'platform': '18',
'sha512': '778f43ab1d220bdc30087759862d2c0f3fa59e44122cc99666d57f37f69d46b14e4b8583e20234e23aaed4e291f5a21e607d08f69a2a9e73332889091054b8c9',
},
'r25.2.3': {
'build_tools': '25.0.2',
'platform': '25',
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.