summaryrefslogtreecommitdiffhomepage
path: root/tunnel/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel/build.gradle')
-rw-r--r--tunnel/build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/tunnel/build.gradle b/tunnel/build.gradle
index e1742f4c..da15770b 100644
--- a/tunnel/build.gradle
+++ b/tunnel/build.gradle
@@ -45,9 +45,8 @@ android {
}
}
}
- lintOptions {
- disable('LongLogTag')
- disable('NewApi') // Desugaring!
+ lint {
+ disable 'LongLogTag', 'NewApi'
}
}