summaryrefslogtreecommitdiffhomepage
path: root/tunnel/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel/build.gradle')
-rw-r--r--tunnel/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/tunnel/build.gradle b/tunnel/build.gradle
index 11007371..28d02804 100644
--- a/tunnel/build.gradle
+++ b/tunnel/build.gradle
@@ -46,6 +46,7 @@ android {
}
lintOptions {
disable('LongLogTag')
+ disable('NewApi') // Desugaring!
}
}