mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 23:57:32 +00:00
Add custom lint rule project.
This commit is contained in:

committed by
Greyson Parrelli

parent
7f17b66a6c
commit
456857bbbd
20
lintchecks/build.gradle
Normal file
20
lintchecks/build.gradle
Normal file
@@ -0,0 +1,20 @@
|
||||
apply plugin: 'java-library'
|
||||
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.android.tools.lint:lint-api:26.6.3'
|
||||
compileOnly 'com.android.tools.lint:lint-checks:26.6.3'
|
||||
|
||||
testImplementation 'com.android.tools.lint:lint-tests:26.6.3'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes('Lint-Registry-v2': 'org.signal.lint.Registry')
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user