Skip to content

Commit

Permalink
Update build tools (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe authored Aug 8, 2019
1 parent 5033d92 commit a3e8962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jdk: oraclejdk8
env:
global:
- ANDROID_API_LEVEL=29
- ANDROID_BUILD_TOOLS_VERSION=29.0.1
- ANDROID_BUILD_TOOLS_VERSION=29.0.2

android:
components:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ allprojects {
}

ext {
buildToolsVersion = "29.0.1"
buildToolsVersion = "29.0.2"
compileSdkVersion = 28

javaAnnotationVersion = "1.0"
Expand Down

0 comments on commit a3e8962

Please sign in to comment.