File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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%
1313assembly_info :
Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ branches:
44 - master
55 - 0.7
66configuration : 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%
716assembly_info :
817 patch : true
918 file : ' **\*AssemblyInfo.cs'
@@ -18,6 +27,8 @@ install:
1827
1928 ./SetBuildEnv.ps1
2029
30+ ./UpdateAndroidSdk.cmd
31+
2132 cd ..
2233build_script :
2334- ps : >-
You can’t perform that action at this time.
0 commit comments