Skip to content

Commit

Permalink
see 10/28 log
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankj committed Oct 28, 2017
1 parent 3c7b711 commit cc0d73d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 14 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@ language: android
jdk: oraclejdk8
sudo: false

env:
global:
- COMPILE_SDK_VERSION = 26
- BUILD_TOOLS_VERSION = 26.0.1

android:
components:
- tools
- platform-tools
- tools
- build-tools-$BUILD_TOOLS_VERSION
- android-$COMPILE_SDK_VERSION
- build-tools-26.0.2
- android-26
- extra-android-m2repository

licenses:
- 'android-sdk-license-.+'
Expand Down
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ File signPropertiesFile = rootProject.file('sign/keystore.properties')

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
applicationId "com.blankj.androidutilcode"
minSdkVersion rootProject.ext.minSdkVersion
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ task clean(type: Delete) {
ext {
// Sdk and tools
compileSdkVersion = 26
buildToolsVersion = '26.0.1'
minSdkVersion = 14
targetSdkVersion = 22

Expand Down
2 changes: 0 additions & 2 deletions subutil/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest', 'crea

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
versionCode rootProject.ext.versionCode
Expand Down
2 changes: 0 additions & 2 deletions utilcode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest', 'crea

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
versionCode rootProject.ext.versionCode
Expand Down

0 comments on commit cc0d73d

Please sign in to comment.