diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-07-25 22:01:32 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-07-29 10:12:04 +0530 |
commit | f699d9cf9af51c296590732bcc98f50949f37098 (patch) | |
tree | 14008b4c9747a41c41db0a1b06e240d5909efd84 /tunnel | |
parent | ae00e8ce6e07bf053d3ac47888762c44965aa491 (diff) |
build: switch to modern plugin application layout
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'tunnel')
-rw-r--r-- | tunnel/build.gradle | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tunnel/build.gradle b/tunnel/build.gradle index 28d02804..7268a4d9 100644 --- a/tunnel/build.gradle +++ b/tunnel/build.gradle @@ -1,4 +1,6 @@ -apply plugin: 'com.android.library' +plugins { + id 'com.android.library' +} version wireguardVersionName group groupName |