Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/Android-SingleSignOn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2021-09-26 15:47:56 +0300
committerGitHub <noreply@github.com>2021-09-26 15:47:56 +0300
commit154e1355997f1916b72269716bdddbfa44f9e6a2 (patch)
tree2a5a56b72a56b6782c5e2ab2a3c54843dde04ba3
parentfaaf5296d01d6047d88be864a8cb15a919115d9a (diff)
parente715b20fb4ae4a3044a8e19d3654d0e9f387b43d (diff)
Merge pull request #389 from nextcloud/fix-jitpack-build-v20.6.0-rc5
jitpack - add after evaluate
-rw-r--r--build.gradle13
1 files changed, 13 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index a2a82c1..8c57067 100644
--- a/build.gradle
+++ b/build.gradle
@@ -126,6 +126,19 @@ detekt {
input = files("src/")
}
+afterEvaluate {
+ publishing {
+ publications {
+ release(MavenPublication) {
+ from components.release
+
+ groupId = 'com.nextcloud.android.sso'
+ artifactId = 'master'
+ }
+ }
+ }
+}
+
dependencies {
implementation "androidx.appcompat:appcompat:1.3.1"
implementation 'androidx.annotation:annotation:1.2.0'