Skip to content

Commit

Permalink
Build tools 29.0.2
Browse files Browse the repository at this point in the history
Add author info in README.
Deploy only for tagged commits.
  • Loading branch information
pranavpandey committed Aug 26, 2019
1 parent 07175e4 commit bc54e0f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android:
components:
- tools
- platform-tools
- build-tools-29.0.1
- build-tools-29.0.2
- android-29
- extra-android-support
- extra-android-m2repository
Expand All @@ -33,4 +33,5 @@ deploy:
keep-history: true
local-dir: dynamic-motion/build/docs/javadoc/release
on:
branch: master
all_branches: true
tags: true
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@ for a [demo scene](https://github.com/pranavpandey/dynamic-motion/blob/master/sa

---

## Author

Pranav Pandey

[![GitHub](https://img.shields.io/github/followers/pranavpandey?label=GitHub&style=social)](https://github.com/pranavpandey)
[![Follow on Twitter](https://img.shields.io/twitter/follow/pranavpandeydev?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=pranavpandeydev)
[![Donate via PayPal](https://img.shields.io/static/v1?label=Donate&message=PayPal&color=blue)](https://paypal.me/pranavpandeydev)

---

## License

Copyright 2019 Pranav Pandey
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
'compileSdk' : 29,
'minSdk' : 18,
'targetSdk' : 29,
'buildTools' : '29.0.1',
'buildTools' : '29.0.2',
'androidx' : '1.1.0-rc01',
'constraintlayout': '2.0.0-alpha3',
'kotlin' : '1.3.41'
Expand Down

0 comments on commit bc54e0f

Please sign in to comment.