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:
committed by
Alexey Tsvetkov
parent
227a1d5fa0
commit
6e721c4cee
@@ -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" />
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ dependencies {
|
||||
|
||||
android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "21.1.2"
|
||||
buildToolsVersion "23.0.1"
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/java2'
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ dependencies {
|
||||
|
||||
android {
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "21.1.2"
|
||||
buildToolsVersion "23.0.1"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 7
|
||||
|
||||
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user