File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ sudo: false
55android :
66 components :
77 - tools
8- - build-tools-25 .0.3
8+ - build-tools-26 .0.1
99 - platform-tools
1010 - extra-android-m2repository
1111 - extra-google-m2repository
1212 - extra-google-android-support
13- - android-25
14- - sys-img-armeabi-v7a-android-25
13+ - android-26
14+ - sys-img-armeabi-v7a-android-26
1515
1616jdk : oraclejdk8
1717os :
@@ -38,4 +38,4 @@ before_script:
3838 - android-wait-for-emulator
3939 - adb shell input keyevent 82 &
4040
41- script : ./gradlew build connectedCheck
41+ script : ./gradlew build connectedCheck
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ buildscript {
4848 }
4949 }
5050 dependencies {
51- classpath ' com.android.tools.build:gradle:2.3.2 '
51+ classpath ' com.android.tools.build:gradle:2.3.3 '
5252 classpath ' com.novoda:bintray-release:0.3.4'
5353 classpath ' pt.simdea.verifier:verifier:3.5.8'
5454 classpath ' gradle.plugin.com.kageiit:lintrules:1.1.2'
You can’t perform that action at this time.
0 commit comments