Skip to content

Commit f23d637

Browse files
committed
see 10/11 log
1 parent e8a9dce commit f23d637

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ sudo: false
55
env:
66
global:
77
- COMPILE_SDK_VERSION = 25
8-
- BUILD_TOOLS_VERSION = 25.0.3
8+
- BUILD_TOOLS_VERSION = 25.0.2
99

1010
android:
1111
components:
1212
- platform-tools
1313
- tools
1414
- build-tools-$BUILD_TOOLS_VERSION
1515
- android-$COMPILE_SDK_VERSION
16-
- extra-android-m2repository
17-
- extra-android-support
1816

1917
licenses:
2018
- android-sdk-license-.+
@@ -30,4 +28,4 @@ before_install:
3028
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
3129

3230
script:
33-
- ./gradlew build connectedCheck
31+
- ./gradlew build connectedCheck

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
releaseCompile leakCanary
7474
testCompile leakCanary
7575

76-
// compile 'com.blankj:utilcode:1.9.2'
76+
// compile 'com.blankj:utilcode:1.9.3'
7777
}
7878

7979

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ task clean(type: Delete) {
2525
ext {
2626
// Sdk and tools
2727
compileSdkVersion = 25
28-
buildToolsVersion = '25.0.3'
28+
buildToolsVersion = '25.0.2'
2929
minSdkVersion = 14
3030
targetSdkVersion = 22
3131

3232
versionCode = 100900300
3333
versionName = '1.9.3'
3434

3535
// App dependencies
36-
supportVersion = '25.0.3'
36+
supportVersion = '25.0.2'
3737

3838
junitVersion = '4.12'
3939
robolectricVersion = '3.1.2'

0 commit comments

Comments
 (0)