Skip to content

Commit 5d03420

Browse files
committed
Restore Android SDK fetch with version up.
1 parent 53ea4a0 commit 5d03420

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

appveyor-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ init:
55
- cmd: >-
66
cd \
77
8-
appveyor DownloadFile http://dl.google.com/android/android-sdk_r24.3.4-windows.zip
8+
appveyor DownloadFile http://dl.google.com/android/android-sdk_r24.4.1-windows.zip
99
10-
7z x android-sdk_r24.3.4-windows.zip > nul
10+
7z x android-sdk_r24.4.1-windows.zip > nul
1111
1212
cd %APPVEYOR_BUILD_FOLDER%
1313
assembly_info:

appveyor-release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ branches:
44
- master
55
- 0.7
66
configuration: Release
7+
init:
8+
- cmd: >-
9+
cd \
10+
11+
appveyor DownloadFile http://dl.google.com/android/android-sdk_r24.4.1-windows.zip
12+
13+
7z x android-sdk_r24.4.1-windows.zip > nul
14+
15+
cd %APPVEYOR_BUILD_FOLDER%
716
assembly_info:
817
patch: true
918
file: '**\*AssemblyInfo.cs'
@@ -18,6 +27,8 @@ install:
1827
1928
./SetBuildEnv.ps1
2029
30+
./UpdateAndroidSdk.cmd
31+
2132
cd ..
2233
build_script:
2334
- ps: >-

0 commit comments

Comments
 (0)