diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-03-09 19:03:06 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-03-09 19:24:26 +0530 |
commit | 6bc3e257f80a273d35d07099bd4ed99eb45163bf (patch) | |
tree | 49a9a71d6bb703cb0a56a08a0d7a5bec92e7686a /tunnel/build.gradle | |
parent | adc613d8011af7c508050badb1272e8326554c39 (diff) |
Enable nonnull generation for tunnel module
Also cleanup nonnull.gradle while we're at it
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'tunnel/build.gradle')
-rw-r--r-- | tunnel/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tunnel/build.gradle b/tunnel/build.gradle index 65ac6ceb..984382e1 100644 --- a/tunnel/build.gradle +++ b/tunnel/build.gradle @@ -1,4 +1,5 @@ apply plugin: 'com.android.library' +apply from: rootProject.file('nonnull.gradle') android { buildToolsVersion '29.0.3' |