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-12 17:14:00 +0300
committerGitHub <noreply@github.com>2021-09-12 17:14:00 +0300
commitad908e851a525a48b67e8fe6f6ee6df9500faa49 (patch)
treeb20e9a3a0595cad982f657c5702ef74905d42b9b
parent244b0eed5a87b97cb12dc11dc4229eac75a4f3de (diff)
parent19077ed033bf386284bf3b4f95c5a5b1822d7e87 (diff)
Merge pull request #384 from nextcloud/fix-jitpack-build-v20.6.0-rc3
Try to fix jitpack build
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a415553..6532b63 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,6 +24,7 @@ buildscript {
repositories {
google()
+ maven { url "https://jitpack.io" }
mavenCentral()
maven {
url 'https://plugins.gradle.org/m2/'
@@ -33,6 +34,7 @@ repositories {
apply plugin: 'com.android.library'
apply plugin: "com.github.spotbugs"
apply plugin: "io.gitlab.arturbosch.detekt"
+apply plugin: 'maven-publish' // needed for JitPack.io
group = 'com.github.nextcloud'
@@ -124,7 +126,6 @@ detekt {
}
dependencies {
-
implementation "androidx.appcompat:appcompat:1.3.1"
implementation 'androidx.annotation:annotation:1.2.0'
implementation 'androidx.core:core:1.6.0'