Skip to content

Commit

Permalink
Update build-tools to 29.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-klode committed Feb 28, 2020
1 parent 5a12d70 commit 52c60f0
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 @@ -6,7 +6,7 @@ android:
- tools # repository-11
- tools # upgrade tools
- platform-tools
- build-tools-28.0.3
- build-tools-29.0.3
- android-29
- extra-android-support
- extra-google-m2repository
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
buildToolsVersion = '28.0.3'
buildToolsVersion = '29.0.3'
}

dependencies {
Expand Down

0 comments on commit 52c60f0

Please sign in to comment.