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
@@ -9,7 +9,7 @@ dependencies {
android {
compileSdkVersion 22
buildToolsVersion "21.1.2"
buildToolsVersion "23.0.1"
sourceSets {
main.java.srcDirs += 'src/main/java2'
@@ -10,7 +10,7 @@ dependencies {
android {
compileSdkVersion 22
buildToolsVersion "21.1.2"
buildToolsVersion "23.0.1"
defaultConfig {
minSdkVersion 7
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion 22
buildToolsVersion "21.1.2"
buildToolsVersion "23.0.1"
sourceSets {
main.kotlin.srcDirs += 'root/kotlin'