Skip to content

Commit cc0d73d

Browse files
committed
see 10/28 log
1 parent 3c7b711 commit cc0d73d

File tree

5 files changed

+3
-14
lines changed

5 files changed

+3
-14
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@ language: android
22
jdk: oraclejdk8
33
sudo: false
44

5-
env:
6-
global:
7-
- COMPILE_SDK_VERSION = 26
8-
- BUILD_TOOLS_VERSION = 26.0.1
9-
105
android:
116
components:
127
- tools
138
- platform-tools
149
- tools
15-
- build-tools-$BUILD_TOOLS_VERSION
16-
- android-$COMPILE_SDK_VERSION
10+
- build-tools-26.0.2
11+
- android-26
12+
- extra-android-m2repository
1713

1814
licenses:
1915
- 'android-sdk-license-.+'

app/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ File signPropertiesFile = rootProject.file('sign/keystore.properties')
44

55
android {
66
compileSdkVersion rootProject.ext.compileSdkVersion
7-
buildToolsVersion rootProject.ext.buildToolsVersion
8-
97
defaultConfig {
108
applicationId "com.blankj.androidutilcode"
119
minSdkVersion rootProject.ext.minSdkVersion

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ task clean(type: Delete) {
2727
ext {
2828
// Sdk and tools
2929
compileSdkVersion = 26
30-
buildToolsVersion = '26.0.1'
3130
minSdkVersion = 14
3231
targetSdkVersion = 22
3332

subutil/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest', 'crea
2222

2323
android {
2424
compileSdkVersion rootProject.ext.compileSdkVersion
25-
buildToolsVersion rootProject.ext.buildToolsVersion
26-
2725
defaultConfig {
2826
minSdkVersion rootProject.ext.minSdkVersion
2927
versionCode rootProject.ext.versionCode

utilcode/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest', 'crea
2222

2323
android {
2424
compileSdkVersion rootProject.ext.compileSdkVersion
25-
buildToolsVersion rootProject.ext.buildToolsVersion
26-
2725
defaultConfig {
2826
minSdkVersion rootProject.ext.minSdkVersion
2927
versionCode rootProject.ext.versionCode

0 commit comments

Comments
 (0)