Skip to content

Commit

Permalink
Force build-tools 27.0.1
Browse files Browse the repository at this point in the history
Counteracting Android/Cyanogenmod bug https://issuetracker.google.com/issues/64434571

Signed-off-by: Daniele Ricci <daniele@casaricci.it>
  • Loading branch information
daniele-athome committed Nov 29, 2017
1 parent acaf4ab commit 3019997
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,9 @@ android:
- tools
- tools
- build-tools-26.0.2
# temporarly introduced to fix Cyanogenmod bug
# https://issuetracker.google.com/issues/64434571#comment35
- build-tools-27.0.1
- android-27
- extra-android-m2repository
- extra-google-m2repository
Expand Down
3 changes: 3 additions & 0 deletions app/build.gradle
Expand Up @@ -32,6 +32,9 @@ task checkstyle(type: Checkstyle){

android {
compileSdkVersion project.compileSdkVersion
// temporarly introduced to fix Cyanogenmod bug
// https://issuetracker.google.com/issues/64434571#comment35
buildToolsVersion '27.0.1'

defaultConfig {
applicationId "org.kontalk"
Expand Down

0 comments on commit 3019997

Please sign in to comment.