From bc54e0faac6d00d960d4887919a20f6c07892764 Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Mon, 26 Aug 2019 11:11:05 +0530 Subject: [PATCH] Build tools 29.0.2 Add author info in README. Deploy only for tagged commits. --- .travis.yml | 5 +++-- README.md | 10 ++++++++++ build.gradle | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8206769..129eca7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -33,4 +33,5 @@ deploy: keep-history: true local-dir: dynamic-motion/build/docs/javadoc/release on: - branch: master \ No newline at end of file + all_branches: true + tags: true diff --git a/README.md b/README.md index b0d2592..fe680da 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index c291eab..79042e1 100644 --- a/build.gradle +++ b/build.gradle @@ -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'