diff options
author | Victor Häggqvist <[email protected]> | 2018-07-26 23:03:36 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2018-07-26 23:03:36 +0200 |
commit | 67896e4dd66b362b863eb724ec0a8e08fb5ccf41 (patch) | |
tree | 856310e34d48fff80e835751c91e6032c20d95f3 | |
parent | b3cccb7a85211d6c0c3664afb5457d704e5708a8 (diff) |
add missing apply
-rw-r--r-- | aboutit-meta/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aboutit-meta/build.gradle b/aboutit-meta/build.gradle index a8aab23..a3e8336 100644 --- a/aboutit-meta/build.gradle +++ b/aboutit-meta/build.gradle @@ -22,3 +22,5 @@ dependencies { implementation 'com.android.support:appcompat-v7:27.1.1' implementation project(':aboutit') } + +apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
\ No newline at end of file |