Add custom lint rule project.

This commit is contained in:
Alan Evans
2020-05-01 16:19:24 -03:00
committed by Greyson Parrelli
parent 7f17b66a6c
commit 456857bbbd
10 changed files with 195 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
include ':app', ':libsignal-service'
include ':app'
include ':libsignal-service'
include ':lintchecks'
project(':app').name = 'Signal-Android'