Skip to content

Commit 856c83b

Browse files
committed
see 10/11 log
1 parent bcacee8 commit 856c83b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo: root
55
env:
66
global:
77
- COMPILE_SDK_VERSION = 25
8-
- BUILD_TOOLS_VERSION = 25.0.0
8+
- BUILD_TOOLS_VERSION = 25.0.3
99

1010
android:
1111
components:
@@ -15,7 +15,8 @@ android:
1515
- android-$COMPILE_SDK_VERSION
1616

1717
licenses:
18-
- android-sdk-license-.+
18+
- 'android-sdk-license-.+'
19+
- '.+'
1920

2021
notifications:
2122
email: false

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.0'
28+
buildToolsVersion = '25.0.3'
2929
minSdkVersion = 14
3030
targetSdkVersion = 22
3131

3232
versionCode = 100900300
3333
versionName = '1.9.3'
3434

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

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

0 commit comments

Comments
 (0)