commit 10384ad35435f43354d2812375925a8c91b6eb05 parent 282a2c72f6d338a75336cd0ac62242aeb88df1a7 Author: gstraube <gstraube@mailbox.org> Date: Fri, 21 Jul 2017 22:25:33 +0200 Add FindBugs plugin Diffstat:
| M | app/build.gradle | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle @@ -1,5 +1,7 @@ apply plugin: 'com.android.application' +apply plugin: 'findbugs' + android { compileSdkVersion 25 buildToolsVersion "25.0.3"