Further fixes for Android tests on TeamCity

Added support repository to download_android_sdk.xml
Changed the build tools version in testProject to 23.0.1

(trial) Remove platform 22
This commit is contained in:
Sergey Igushkin
2017-03-07 21:59:30 +03:00
committed by Alexey Tsvetkov
parent 227a1d5fa0
commit 6e721c4cee
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -36,6 +36,8 @@
<download_android_platform android.versioncode="23_r01" android.sdk.version="23" android.full.version="6.0" />
<download_android_platform_new android.versioncode="25_r01" android.sdk.version="25" android.full.version="7.1.1" />
<download_support_repository android.repo.version="44" android.repo.last="25.2.0"/>
<download_platform_tools android.platform.tools.version="25.0.3" />
<download_tools android.tools.version="24.3.4" />
<download_build_tools android.build.tools.version="23.0.1" android.build.tools.full.version="6.0" />