Skip to content

Commit

Permalink
Updated build tools and submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Feb 11, 2020
1 parent c55b232 commit e902cfe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-29.0.2
- build-tools-29.0.3
- android-29
- extra-google-google_play_services

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'io.fabric'
def isTravis = System.getenv("CI") == "true"
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
buildToolsVersion "29.0.3"

defaultConfig {
applicationId "com.gianlu.aria2app"
Expand Down
2 changes: 1 addition & 1 deletion aria2lib

0 comments on commit e902cfe

Please sign in to comment.