Skip to content
This repository has been archived by the owner on Sep 8, 2019. It is now read-only.

Commit

Permalink
- fixing Travis
Browse files Browse the repository at this point in the history
- updated gradle & buildTools
  • Loading branch information
kollerlukas committed Apr 25, 2018
1 parent 80bddb1 commit d67a4e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android:
components:
- tools
- platform-tools
- build-tools-26.0.2
- build-tools-27.0.3
- android-27

# Additional components
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 27
/*buildToolsVersion '26.0.2'*/
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "us.koller.cameraroll"
minSdkVersion 19
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.1'
classpath 'com.android.tools.build:gradle:3.1.2'
}
}

Expand Down

0 comments on commit d67a4e5

Please sign in to comment.