Skip to content

Commit bc54e0f

Browse files
committed
Build tools 29.0.2
Add author info in README. Deploy only for tagged commits.
1 parent 07175e4 commit bc54e0f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android:
1111
components:
1212
- tools
1313
- platform-tools
14-
- build-tools-29.0.1
14+
- build-tools-29.0.2
1515
- android-29
1616
- extra-android-support
1717
- extra-android-m2repository
@@ -33,4 +33,5 @@ deploy:
3333
keep-history: true
3434
local-dir: dynamic-motion/build/docs/javadoc/release
3535
on:
36-
branch: master
36+
all_branches: true
37+
tags: true

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@ for a [demo scene](https://github.com/pranavpandey/dynamic-motion/blob/master/sa
9999

100100
---
101101

102+
## Author
103+
104+
Pranav Pandey
105+
106+
[![GitHub](https://img.shields.io/github/followers/pranavpandey?label=GitHub&style=social)](https://github.com/pranavpandey)
107+
[![Follow on Twitter](https://img.shields.io/twitter/follow/pranavpandeydev?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=pranavpandeydev)
108+
[![Donate via PayPal](https://img.shields.io/static/v1?label=Donate&message=PayPal&color=blue)](https://paypal.me/pranavpandeydev)
109+
110+
---
111+
102112
## License
103113

104114
Copyright 2019 Pranav Pandey

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
'compileSdk' : 29,
2020
'minSdk' : 18,
2121
'targetSdk' : 29,
22-
'buildTools' : '29.0.1',
22+
'buildTools' : '29.0.2',
2323
'androidx' : '1.1.0-rc01',
2424
'constraintlayout': '2.0.0-alpha3',
2525
'kotlin' : '1.3.41'

0 commit comments

Comments
 (0)