From 8134e877b36ceb6b188922a7ab0026477e359eba Mon Sep 17 00:00:00 2001 From: David Brick Date: Tue, 22 Aug 2017 18:33:07 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 17a457d..18ce847 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,11 @@ android { } ``` +### Bugsnag Manifest task fails + +Bugsnag has a feature branch with a temporary fix you can build a .jar off of: +https://github.com/bugsnag/bugsnag-android-gradle-plugin/issues/40 + +### Custom lint rules from library don't run + +Google is looking into this follow along: https://issuetracker.google.com/64952607 From 69049e1974d4ec3406d86ca00bf3c845429af57c Mon Sep 17 00:00:00 2001 From: David Brick Date: Tue, 22 Aug 2017 18:33:56 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18ce847..11b1ef7 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ android { ### Bugsnag Manifest task fails -Bugsnag has a feature branch with a temporary fix you can build a .jar off of: +Bugsnag has a feature branch with a temporary fix. You can build a .jar off of it to include: https://github.com/bugsnag/bugsnag-android-gradle-plugin/issues/40 ### Custom lint rules from library don't run -Google is looking into this follow along: https://issuetracker.google.com/64952607 +Google is looking into this. Follow along: https://issuetracker.google.com/64952607