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 /app/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 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index a21c2027..e4caeb6b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' -apply from: 'nonnull.gradle' +apply from: rootProject.file('nonnull.gradle') // Create a variable called keystorePropertiesFile, and initialize it to your // keystore.properties file, in the rootProject folder. |