File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ sudo: root
44
55env :
66 global :
7- - COMPILE_SDK_VERSION = 26
8- - BUILD_TOOLS_VERSION = 26 .0.1
7+ - COMPILE_SDK_VERSION = 25
8+ - BUILD_TOOLS_VERSION = 25 .0.0
99
1010android :
1111 components :
Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ task clean(type: Delete) {
2424
2525ext {
2626 // Sdk and tools
27- compileSdkVersion = 26
28- buildToolsVersion = ' 26 .0.1 '
27+ compileSdkVersion = 25
28+ buildToolsVersion = ' 25 .0.0 '
2929 minSdkVersion = 14
3030 targetSdkVersion = 22
3131
3232 versionCode = 100900300
3333 versionName = ' 1.9.3'
3434
3535 // App dependencies
36- supportVersion = ' 26 .0.0-alpha1 '
36+ supportVersion = ' 25 .0.0'
3737
3838 junitVersion = ' 4.12'
3939 robolectricVersion = ' 3.1.2'
You can’t perform that action at this time.
0 commit comments