Skip to content

Commit

Permalink
Upgrade Android Gradle Plugin, Kotlin and gradle-witness
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Jun 16, 2018
1 parent 7d64fb3 commit 774f79f
Show file tree
Hide file tree
Showing 7 changed files with 353 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -10,6 +10,8 @@ local.properties
# Android Studio files
.idea/*
!.idea/codeStyleSettings.xml
!.idea/codeStyles/codeStyleConfig.xml
!.idea/codeStyles/Project.xml
!.idea/copyright
*.iml
.gradle/
Expand Down
268 changes: 268 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -23,9 +23,9 @@ before_install:

before_script:
# update gradle
- wget https://services.gradle.org/distributions/gradle-4.3-bin.zip
- unzip -qq gradle-4.3-bin.zip
- export GRADLE_HOME=$PWD/gradle-4.3
- wget https://services.gradle.org/distributions/gradle-4.8-bin.zip
- unzip -qq gradle-4.8-bin.zip
- export GRADLE_HOME=$PWD/gradle-4.8
- export PATH=$GRADLE_HOME/bin:$PATH
- gradle -v
- gradle dependencies || true
Expand Down

0 comments on commit 774f79f

Please sign in to comment.